Discovered Some errors with Unity 6

Hi everyone I have some error with new unity version (I mean unity 6) I think the errors related to Navmesh here is errors:

  1. 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)

  2. 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

  1. both error popup when I ran game but also I get first error when I pause my game
  2. this errors does not effect on my game

hope you fixed on next version

You should file a bug report with the menu inside of Unity.

Hi Bella964 thanks for Answer when I Update Ai Navigation Package both error gone thanks again for you help