Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.2f1
Issue ID
924019
Regression
No
In Multi-Scene editing, changing active scene leaves NavMesh settings of the previously active scene
To reproduce:
1. Open attached Unity project "NavMeshWindow.zip"
2. Observe that scenes "1" and "2" have different Navigation Bake configurations
3. Load both scenes (multi scene editing)
4. Change active scene and observe the results
Expected results: Changing active scene should also change Navigation Bake settings
Actual result: Changing active scene has no impact on the Navigation Bake settings. The settings are always set based off the scene which was active first (see attached gif "NavMeshMultiBug.gif")
Reproduced on: 5.5.4p1, 5.6.2f1, 2017.1.0f2, 2017.2.0b1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
Resolution Note:
We recommend the use of the NavMeshComponents instead of the Navigation window.