Search Issue Tracker
By Design
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
- Texture Importer: Swaps red and blue channels
- Parallax mapping with UVs set other than UV0 plugged into sample texture 2d produces an error
- Objects with single letter name won't show up in hierarchy search results
- The GameObject is not transparent when setting CameraDepthTexture as a depth render target
- SRP Lens Flares with Occlusion enabled inconsistently shine through objects
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.