-
Notifications
You must be signed in to change notification settings - Fork 34
Description
I keep on getting warnings that there is no TypeResolver and that it won't copy my components. Everything else works, but all my scripts won't copy because of it.
I very well might've done something wrong in setting FFWD up, but I'm not sure.
Thanks in advance for any help on the subject!
In case it is any help, here is the warning in the Console:
We have no TypeResolver so we will not export any components
UnityEngine.Debug:LogWarning(Object)
ExportCommands:.ctor(String) (at /Users/Me/Desktop/fehaar-FFWD-Templates-bcd0f25/Unity/Assets/Editor/FFWD/ExportSceneWizard.cs:137)
ExportSceneWizard:ExportAllScripts() (at /Users/Me/Desktop/fehaar-FFWD-Templates-bcd0f25/Unity/Assets/Editor/FFWD/ExportSceneWizard.cs:612)
ExportSceneWizard:FullExport() (at /Users/Me/Desktop/fehaar-FFWD-Templates-bcd0f25/Unity/Assets/Editor/FFWD/ExportSceneWizard.cs:620)