Hi, I can’t find Navmesh Surface component neither from the component list nor in Component → Navigation.
The only three components available are Navmesh Agent, Off Mesh Link anf Navmesh Obstacle. Can anyone find it? Thanks.
Ok sorry, I did not know that I had to download the components from the github project : GitHub - Unity-Technologies/NavMeshComponents: High Level API Components for Runtime NavMesh Building
Thanks
If they removed this from being with the game by default, why is it not in the package manager?
So its been added to package manager.
https://docs.unity3d.com/Packages/com.unity.ai.navigation@latest
You can also add it using “com.unity.ai.navigation” in package manager.
same here, after pulling to a fresh machine, same versions, all packages installed, I have no component, but I have this happy message
Unable to load the icon: ‘Packages/com.unity.ai.navigation/EditorResources/NavigationWindowIcon.png’.
Note that either full project path should be used (with extension) or just the icon name if the icon is located in the following location: ‘Assets/Editor Default Resources/Icons/’ (without extension, since png is assumed)
UnityEditor.EditorGUIUtility:TrTextContentWithIcon (string,string)
Unity.AI.Navigation.Editor.NavigationWindow:OnEnable () (at ./Library/PackageCache/com.unity.ai.navigation@1.1.5/Editor/NavigationWindow.cs:108)
UnityEditor.EditorWindow:GetWindow<Unity.AI.Navigation.Editor.NavigationWindow> ()
Unity.AI.Navigation.Editor.NavigationWindow:SetupWindow () (at ./Library/PackageCache/com.unity.ai.navigation@1.1.5/Editor/NavigationWindow.cs:67)