What causes of these errors? In my project, I installed ProBuilder, Behavior Designer also with Movement Pack, SoundManagerPro and Decal System plugin. Does any of them that causes of this?
After importing this plugin (PathFindingProject), error suddenly appear, I didn’t do anything at all
Really sorry for taking such a long time answering this. I have been busy working on the 3.5 release of the system.
There is something else in your project which defines the class/struct/enum ClipType. Most likely some plugin which haven’t encapsulated it in namespaces (nothing I can do to prevent it on my end unfortunately).
Try to find that class/struct/enum and either rename it or put it inside a namespace, that will solve it.