Missing assembly reference after re-install

Hi Aron,

I tried re-installing some astar files and I’m getting one error in Unity. The error is this:

“Assets/Editor/Editor/AstarPathEditor.cs(182,34): error CS0246: The type or namespace name `DefineObject’ could not be found. Are you missing a using directive or an assembly reference?”

Do you know what file or files “DefineObject” belongs to, so that I can just re-import those specific files? Thanks for any help.

Hi

“Some astar files”… Try to reimport the whole package. Unity does not like one moving around some files manually, it can cause troubles.
Also, do not move the AstarPathfindingProject folder anywhere (e.g to the Plugins folder). Things will break then.

Okay, thanks.