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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.