Search Issue Tracker
By Design
Votes
0
Found in
2021.3.56f1
2022.3.66f1
6000.0.58f1
6000.2.6f1
6000.3.0b2
Issue ID
UUM-119347
Regression
No
Prefab Override is still possible when Prefab Source has the same field values as Override
Reproduction steps:
1. Create a new project
2. Create a GameObject (e.g. Cube)
3. Drag it into the Project window to create a Prefab
4. Duplicate newly created GameObject in the Hierarchy
5. Select both GameObjects and change one of their fields values (e.g. Scale X value)
6. Select one of GameObjects and apply Overrides in the Inspector (Overrides > Apply All)
7. Select another GameObject, open its Overrides dropdown and observe
Actual result: Override is possible, clicking on Transform shows that Prefab Source and Override has the same values
Expected result: Override is not possible as Prefab Source and Override has the same values and GameObject has no blue line next to the changed field and GameObject itself in Hierarchy
Reproducible with: 2021.3.56f1, 2022.3.66f1, 6000.0.58f1, 6000.2.6f1, 6000.3.0b2
Reproduced on: macOS Sequoia 15.4 (M4), Windows 11
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
Resolution Note:
It is a feature we support that users are able to mark a property overridden, to prevent any future merge changes, even if the value matches that of the Prefab Asset.
Only on a user action of reverting or applying an override is the override state cleared.