Frank

Results 1 issues of Frank

UILoginFactory.cs中第17行 UI ui = EntityFactory.Create(Game.Scene, UIType.UILogin, gameObject);的 Create函数里EventSystem.Instance.Awake(component, a, b);未执行,创建出来的UI没有Name和GameObject,导致在InitSceneStart_CreateLoginUI事件中,添加该UI时报错。