Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.3.X, 2019.1.X
Votes
0
Found in
2018.3.0a9
2018.3.0f2
Issue ID
1109513
Regression
Yes
Crash when attempting to undo an "apply" action to an upgraded disconnected prefab
Unity will crash when a user attempts to undo an "apply" action to an upgraded disconnected prefab.
To reproduce:
1) Download + open attached project
2) Select the disconnected prefab in the hierarchy view
3) Click on overrides + "Apply all"
4) Press Ctrl+Z / Cmd+Z to undo
Unity should proceed to crash.
How to produce this situation:
1) Open Unity 2018.2 or lower
2) Create a prefab and an instance of the prefab in the scene
3) Select the instance of the prefab in the hierarchy + "break prefab instance" by going GameObject -> Break Prefab Instance
4) Open the project in 2018.3 or later
5) Repeat above steps!
Regresses 2018.3.0a9 (seems to be the first version that prefab upgrades are working)
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