Search Issue Tracker
Fixed in 5.4.0
Votes
83
Found in
4.3.1f1
Issue ID
581075
Regression
No
Can't animate color value of materials
In the animation window it is possible to enter a new value for any of the rgba channels and the curve changes appropriately, however the value is returned to the default after the enter button is pressed.
Reproduced with:
Unity Version 4.3.1f1 (cebd4d9b5122)
Unity Version 4.3.2f1 (0517a5ae8669)
[edit]
If you want to animate color values with the animation window with Unity 4.3+, you need to use the Animator component. The old component (Animation) is legacy and is not in active development anymore.
[edit]
You can convert the legacy animations to the new system to animate the material properties in the new Animation Window, take a look at this thread:
http://forum.unity3d.com/threads/how-convert-legacy-animations-to-the-new-system.269207/
Comments (63)
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
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
- Reflection Probe “adjusting number of stops to over or under expose the texture” setting does not update in Scene realtime
- UI Toolkit rendered text breaks when toggling FontWeight styles through code
Dave-Hampson
Feb 03, 2014 10:59
There's a thread on this issue here: http://forum.unity3d.com/threads/211535-Problem-with-animation-material-parameters-in-Unity4-3
Also I just followed the steps in this video in 4.3.3: http://www.youtube.com/watch?v=zMl8bl-mCdU and it seemed to work fine.
wertymk
Feb 01, 2014 12:59
Yes this is a very serious issue. Used to be able to do this no problem but now am forced to do it in code. In the future, if it ain't broken don't fix it.
SnoozePouch
Jan 31, 2014 07:40
This has broken a lot of out simple animated components, the whole game feels much poorer because of it - please fix this fast. Animated UVs and colors may seem unimportant, but they add a ton of atmosphere and are very inconvenient to do in code, especially when the curves are not linear.
Rob-Fireproof
Jan 28, 2014 17:37
This is a big deal for us too. We've got a workaround using a script, but it's a really poor solution.
Gronk
Jan 27, 2014 21:55
It's on all material properties. Can't animate anything in our custom shaders, or even default shaders. Maybe it's a shader property issue that got broken?
This has offlined all our VFX production.. Needs fixed ASAP.
NOT_Lonely
Jan 24, 2014 05:15
Nasty bug:( I forced to do this from code, that very inconvenient.
enhawk
Jan 21, 2014 10:25
Initially I thought this was a bug with 2D ToolKit but appears to be in the animation timeline. Fix would be nice!
Workaround:
Create a function to change the color / alpha in your code then call it from the timeline.
JONGS
Jan 20, 2014 09:34
please............................................... ?( + ?+)?
PeterJ3D
Jan 15, 2014 21:44
This issue also applies to animated texture offsets, as of version 4.3.3. It's been a bug since 4.3.0.
AMO_Noot
Jan 05, 2014 01:55
Uh, this is a pretty big issue. Kind of need to animate colors and alphas here, guys.