stride icon indicating copy to clipboard operation
stride copied to clipboard

Navigation-related stuff references Nav. groups when Nav. settings are missing

Open Metadorius opened this issue 3 years ago • 0 comments

Release Type: Official Release

Version: 4.1.0.1459

Platform(s): Windows (in-editor)

Describe the bug When a user adds Navigation component and/or NavigationMesh asset he is able to select the default New group navigation group that is present in the default project navigation settings, and because there are no navigation settings added to GameSettings by default it results in an error: Ability to select navgroup When you press on a navgroup when nav settings are not added nothing is changed and those errors appear: Errors

To Reproduce Steps to reproduce the behavior:

  1. Create a default project
  2. Add a navigation mesh and/or nav. component
  3. Add a new item in navigation groups
  4. Select a New group from the dropdown of the item

Expected behavior Select one:

  • Upon adding a navigation mesh or navigation component the correspoding settings should be added automatically
  • Upon an attempt of adding a navigation mesh or navigation component a warning or an error that no navigation settings was found should pop up
  • Dropdown of availalble items should not list items of the section that wasn't added

Metadorius avatar Mar 25 '22 19:03 Metadorius