Example #1
0
 private void Start()
 {
     DragAndDropUnity.Enable(DragAndDropFileAccept);
     SetScreenResolution(1);
     LoadPlayerPrefs();
     Utility.debugText = debugText;
     project           = null;
     PanelSelectionInit();
     UpdateAboutCanvas();
     Application.runInBackground = true;
     fileOpener.CheckRegistry();
     fileOpener.CheckCommandLine();
 }