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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.