Unity Issue Tracker - Inspector lock lost when opening prefabs in separate folders through double-clicking
Closed
UUM-26207
Inspector lock lost when opening prefabs in separate folders through double-clicking
Unity: Scene Management
As Designed
2023.1.X
2022.2.X
2021.3.X
2020.3.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.
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