My project consists of a decent amount of frameworks, and I have moved them to the Assets/Plugins folder so they are not recompiled every time I modify a script.
My scripts give an error (as well as the A* object) and they are:
-
Instance of SeekerEditor couldn’t be created. The script class needs to derive from ScriptableObject and be placed in the Assets/Editor folder.
-
Instance of RaycastModifierEditor couldn’t be created. The script class needs to derive from ScriptableObject and be placed in the Assets/Editor folder.
3.Instance of AstarPathEditor couldn’t be created. The script class needs to derive from ScriptableObject and be placed in the Assets/Editor folder.
I am unsure how these are to be fixed (These only happened on my latest update to 3.5.2)