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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.