Search Issue Tracker
By Design
By Design in 2023.1.X
Votes
0
Found in
2020.3.43f1
2021.3.17f1
2022.2.4f1
2023.1.0b1
Issue ID
UUM-26207
Regression
No
Inspector lock lost when opening prefabs in separate folders through double-clicking
How to reproduce:
1. Open the project “IN_29269”
2. Open the “New Folder” folder and double-click the “Capsula” prefab
3. Lock the Inspector window
4. Right-click on the Inspector Tab → “Add Tab” → “Inspector”
5. Move the new Inspector Tab somewhere else and lock it
6. Open the “New Folder 1” and double-click the “Quad” prefab
Expected result: all Inspectors stay locked
Actual result: all Inspectors unlock
Reproducible with: 2020.3.43f1, 2021.3.17f1, 2022.2.4f1, 2023.1.0b1
Reproducible on: Windows 10 Pro
Notes:
- Reproducible on a new project
- Moving the Inspector window somewhere else is for better visibility and it doesn’t affect the reproduction of the issue
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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Resolution Note:
When opening the new Prefab in Prefab Mode here, the previous Prefab's GameObjects are unloaded.
So it is not possible to keep inspecting the GameObject of the previous Prefab as they have been unloaded from memory.
Resolution Note (2023.1.X):
When opening the new Prefab in Prefab Mode here, the previous Prefab's GameObjects are unloaded.
So it is not possible to keep inspecting the GameObject of the previous Prefab as they have been unloaded from memory.