Hey,
i have to update my project from 2021.3.37f1 LTS to 2022.3 LTS.
As i noticed, the navmesh function is new. Is it possible, to convert my old navmesh function to the new AI Navigation function? Or do I have to completely reprogramme it?
I already installed the package AI Navigation and updated NavMesh Components to the newest version.
After converting the project to the new Editor Version i got this errors:
Library\PackageCache\com.unity.ai.navigation@1.1.7\Editor\Updater\NavMeshUpdaterUtility.cs(46,84): error CS0246: The type or namespace name ‘NavMeshSurface’ could not be found (are you missing a using directive or an assembly reference?)emphasized text
Library\PackageCache\com.unity.ai.navigation@1.1.7\Editor\Updater\NavMeshUpdaterUtility.cs(47,61): error CS0246: The type or namespace name ‘NavMeshSurface’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ai.navigation@1.1.7\Editor\Updater\NavMeshUpdaterUtility.cs(52,45): error CS0103: The name ‘CollectObjects’ does not exist in the current context
Library\PackageCache\com.unity.ai.navigation@1.1.7\Editor\Updater\NavMeshUpdaterUtility.cs(112,17): error CS0246: The type or namespace name ‘NavMeshModifier’ could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.ai.navigation@1.1.7\Editor\Updater\NavMeshUpdaterUtility.cs(112,60): error CS0246: The type or namespace name ‘NavMeshModifier’ could not be found (are you missing a using directive or an assembly reference?)