Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.2.X
Votes
0
Found in
2019.1.0f2
2019.2.0a12
Issue ID
1146441
Regression
No
Cannot revert changes to prefab variants when the prefab variant is edited via project view
If you select a prefab variant in the Project View, make a change in the Inspector and then attempt to revert it, a warning will be shown in the console and the change won't be reverted.
The PrefabInstance is persistent and can't be merged.
UnityEditor.GenericMenu:CatchMenu(Object, String[], Int32)
In order to revert the change, you have to open the prefab variant and revert the change in isolation mode.
1. Open Unity
2. Open the attached project
3. Find the Cube Variant Prefab in the Project View and select it
4. Disable the Box Collider component in the Inspector
5. Right Click the Box Collider component name and go to Modified Component > Revert
Expected Result:
The change to the component is reverted.
Actual Result:
The change is not reverted and a warning appears in the console.
Workaround: Ctrl+Z does the job
Tested on Windows.
Occurs on 2019.1.0f2, 2019.2.0a12
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes when debugging a for loop
- Crash on UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
- OnDemandRendering.willCurrentFrameRender returns incorrect values in the Player when UnityEngine.Rendering.OnDemandRendering.renderFrameInterval is greater than 1
Add comment