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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment