Errors after importing beta version

I just downloaded the beta version and imported it into my project. It didn’t run at all and had multiple compile errors, so I deleted the folder again but now I can’t run my project anymore. I get the error:

Assets\Imports\Systems\AstarPathfindingProject\PackageTools\Editor\EditorBase.cs(8,23): error CS0246: The type or namespace name ‘VersionedMonoBehaviour’ could not be found (are you missing a using directive or an assembly reference?)

Assets\Imports\Systems\AstarPathfindingProject\PackageTools\Editor\EnumFlagDrawer.cs(7,31): error CS0246: The type or namespace name ‘EnumFlagAttribute’ could not be found (are you missing a using directive or an assembly reference?)

I do have the official version in my project aswell and it worked so far. Any idea how to fix it?

thanks

i deleted everything and reimported, now working again. Not sure what the problem was but in the future I will import the beta release version in a separate project :slight_smile:

2 Likes

Had this problem as well. Will try and delete and reimport as well. Thanks!
Edit: That worked :slight_smile: