Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a1
2018.3.5f1
2019.1.0a1
2019.2.0a1
Issue ID
1129479
Regression
No
Custom surface shader is rendered with wrong HDR color emission values when they are set in an animation
How to reproduce:
1. Open the project attached by the user and open "New Scene"
2. Open the frame debugger and select the "Draw Mesh Capsule" call under "RenderForward.RenderLoopJob"
3. In the ShaderProperties, notice that the _EmissionColor is (2.4, 0, 1.1, 1) (this is with the default material properties)
4. Select the Capsule in the Hierarchy and open the Animation window
5. Press the preview button in the Animation window
Expected results: Since the values set in the animation are identical to the default properties, the _EmissionColor should still be (2.4, 0, 1.1, 1)
Actual results: The _EmissionColor is (7.1, 0, 1.3, 1)
Reproducible in: 2017.4.21f1, 2018.3.7f1, 2019.1.0b4, 2019.2.0a6
Note: In 2017.4, the Emission color is wrong in both cases
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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Resolution Note:
Unity implemented HDR color picker to follow the design of photoshop HDR color picker.