コード例 #1
0
    private void Awake()
    {
        DontDestroyOnLoad(gameObject);
#if !UNITY_EDITOR
        CommandLineHandler.Initialize();
#endif
    }
コード例 #2
0
 static CommandLineEditorDispatcher()
 {
     CommandLineHandler.Initialize();
     EditorApplication.update += Update;
 }