Search Unity

Bug on materials animated (Unity 5)

Discussion in 'Animation' started by artleaf3d, Mar 21, 2015.

  1. artleaf3d

    artleaf3d

    Joined:
    Apr 30, 2013
    Posts:
    4
    I was trying to animate a standard material in unity 5 and I see that the emission color is not stored in the animations ... I think is a bug
     
  2. mholub

    mholub

    Joined:
    Oct 3, 2012
    Posts:
    123
    If it's a bug, then file bugreport using Unity Bug Reporter tool.

    As a workaround — you can create dummy component which has only EmissionColor field and which updates material color in Update() and animate it instead of material directly
     
    theANMATOR2b and artleaf3d like this.