Exemplo n.º 1
0
 protected override void InitializeOnAwake()
 {
     if (appInfo == null)
     {
         DebugWrapper.LogError("npE: AppInfo not provided! Drag'n Drop App/AppInfo.asset in the inspector or create a new info asset.");
         DebugWrapper.Break();
     }
 }