When following the 2D tutorial I run into the following error while setting up a new project via the game wizard:
Could not create Manager. Does the subdirectory AdventureCreator/Managers exist?
-> AC debug logger
UnityEngine.Debug:LogWarning(Object, Object)
AC.ACDebug:LogWarning(Object, Object) (at Assets/AdventureCreator/Scripts/Static/ACDebug.cs:29)
AC.NewGameWizardWindow:Finish() (at Assets/AdventureCreator/Scripts/Managers/Editor/NewGameWizardWindow.cs:362)
AC.NewGameWizardWindow:OnGUI() (at Assets/AdventureCreator/Scripts/Managers/Editor/NewGameWizardWindow.cs:138)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
The managers folder has been created with 8 files in it.
I realize this issue has been posted before but as the sulution to that problem was updating to a later version of unity 4 and I am on Unity 2017.1 I am unsure how that would apply to my issue.
thankful for your help.
Comments