Search Issue Tracker
Fixed in 2017.2.0f3
Fixed in 5.5.X, 5.6.X, 2017.1.X, 2017.2.X
Votes
0
Found in
2017.1.0f3
Issue ID
935087
Regression
Yes
[Material] Alpha value that is Animated in Materials Color property is returned incorrectly when using Linear Color Space
How to reproduce:
1. Open users attached project and "testScene"
2. Open the Game view, notice that there are two White bars in the scene. "TestShader" for them is written in a way that the length of the bar reflects to their material _Color.a value. The top bar's color value was set in its material inspector without animation (to 0.5).
3. Second bar and its Materials Alpha value is not set trough Material inspector and is instead set trough Animation (Material uses the same "TestShader")
4. Enter playmode for Animation to occur
Expected result: Top and bottom bars are the same length
Actual result: Bottom bar is not the same length as the top bar. You can see in the console output that even though the Material alpha values should be equal, the returned Material alpha value is down to 0.2
Note: Reproducible in Linear color space, not reproducible in Gamma color space
Regression introduced in - 5.6.1p1
Reproducible with - 2017.3.0a1, 2017.2.0b4, 2017.1.0p2, 5.6.2p4, 5.6.1p1
Not reproducible with - 5.6.1f1
Fixed in 2017.3.0b1, 2017.2.0f1, 2017.1.1p3, 5.6.3p4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [iOS] Application.deepLinkActivated does not get invoked while app is running when UIApplicationSceneManifest is added in Info.plist
- Inspector scroll area stretches when using components with nested serialized arrays on FBX model prefab instances
- Crash on ConstraintProjectionTree::projectionTreeBuildStep when ConfigurableJoint uses JointProjectionMode.PositionAndRotation and connected Rigidbody switches from kinematic to non-kinematic
- ScriptableObject asset is accessed during the lookup of Build Profiles when opening the Build Profiles Window
- [Multiplayer TPS Sample] Grenade launcher explosion misses the Player when the Collider count exceeds HitColliderBuffer
Add comment