Search Issue Tracker
Fixed
Fixed in 2021.3.37f1, 2022.3.22f1, 2023.2.15f1, 6000.0.0b12
Votes
0
Found in
2021.3.36f1
2022.3.21f1
2023.2.13f1
2023.3.0b10
6000.0.0b11
Issue ID
UUM-65819
Regression
No
"Show Overrides" doesn't display Prefab overrides as read-only when they are inside managed references
Reproduction steps:
1. Open the attached “SerializeRefIssues.zip” project
2. Open the “BugSampleScene” scene (Assets/BugSampleScene/BugSampleScene)
3. Unravel the “Prefab” GameObject in the Hierarchy
4. Select the “NestedPrefab” GameObject
5. Notice that both the “Name” and the “Test” properties are overridden
6. Click the ">" next to the "NestedPrefab" GameObject in the Hierarchy to open the Prefab context view
7. Enable "Show Overrides" in the Scene view header
Expected Result: Both overridden properties (“Name” and “Test”) are read-only (grayed out)
Actual Result: Only the “Test” property is grayed out and read-only
Reproducible with: 2021.3.36f1, 2022.3.21f1, 2023.2.13f1, 2023.3.0b10
Reproducible on: Windows 11
Not reproducible on: no other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Add comment