Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.0f3
Issue ID
903810
Regression
Yes
Updating a 5.4.x - 5.5.x project to 5.6.x and above changes the "Serialized Gradient" field values
Repro steps:
1. Open attached project (Using 5.4.x - 5.5.x)
2. Look at the gradient values on the "Cube" prefab in the "Project" window
3. Look at the gradient values on the "Cube" in the "Hierarchy" window
4. Open the same project (Using 5.6.x and above)
5. Look at the gradient values on the "Cube" prefab in the "Project" window (Everything is the same as before, as expected)
6. Look at the gradient values on the "Cube" in the "Hierarchy" window (The Gradient changed to the prefabs gradient, not expected)
Expected result: For both of the gradients to stay the same as set before
Actual result: The prefabs gradient stayed the same,while the objects gradient changed back to the prefabs gradient.
Reproduced with: 5.6.0f3 ,5.6.0p1 ,5.6.0p2 ,2017.1.0a6 ,2017.1.0b1 ,2017.1.0b2
Regression introduced in: 5.5.3p2
Note:
After completing the steps and seeing the change in the gradients values, if you open the project again with 5.4.x - 5.5.x, the gradient changes back to what it was set (Different than the prefab)
Also attached gifs
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
- “Frame Debugger On” text color not maintained across different Editor Themes in toolbar
- Rendering artefacts appear in the Game view window when maximizing/minimizing Inspector window and Frame Debugger is Enabled
- [MacOS] AdvancedDropdown in the Profiler is not scrollable even when not all options in the list are visible
- Memory leak when a lot of Particle Systems instantiated while Profiler is open
- "ArgumentOutOfRangeException" error is thrown when trying to delete letters from an RTL TextField when using the Advanced Text Generator
Resolution Note (2018.3.X):
Due to how prefabs handles override there is no way to handle these failures.
Problem is that some component changed its serialization but because Prefab override knows nothing about types nor has a good upgrade system like the Transfer function, then there is no way to fix it.