Hi everyone I have some error with new unity version (I mean unity 6) I think the errors related to Navmesh
here is errors:
-
NullReferenceException: Object reference not set to an instance of an object Unity.AI.Navigation.Editor.NavigationOverlay.DisplayAgentPendingRequestWarningBox () (at ./Library/PackageCache/com.unity.ai.navigation@3f89ad87253d/Editor/NavigationOverlay.cs:297) UnityEditor.AI.NavMeshEditorHelpers.OnAgentDebugInfoRequestsPending () (at <82d5427af9d84542ac1bab8e50c139c7>:0)
-
NullReferenceException: Object reference not set to an instance of an object Unity.AI.Navigation.Editor.NavigationOverlay.HideAgentPendingRequestWarningBox () (at ./Library/PackageCache/com.unity.ai.navigation@3f89ad87253d/Editor/NavigationOverlay.cs:306) UnityEditor.AI.NavMeshEditorHelpers.OnAgentDebugInfoRequestsProcessed () (at <82d5427af9d84542ac1bab8e50c139c7>:0)
noticed that
both error popup when I ran game but also I get first error when I pause my game
this errors does not effect on my game
hope you fixed on next version