Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Animation clip cannot key Particle System.Emission Module.enabled

Discussion in '5.6 Beta' started by stevenchan_playstudios, Mar 23, 2017.

  1. stevenchan_playstudios

    stevenchan_playstudios

    Joined:
    Mar 1, 2017
    Posts:
    39
    In Unity 5.3.4f1, we can add keyframe with Particle System.Emission Module.enabled

    ParticleSystem5.3.4.png

    But it cannot on Unity 5.6.0f1, and seems other serialized properties are different.
     
    Last edited: Mar 24, 2017
  2. richardkettlewell

    richardkettlewell

    Unity Technologies

    Joined:
    Sep 9, 2015
    Posts:
    2,285
    Hey,

    Thanks for raising this - it looks like it got lost when we reorganised the memory layout for faster particle system instantiation times in 5.6.

    I'll take a look at getting it fixed.
     
  3. stevenchan_playstudios

    stevenchan_playstudios

    Joined:
    Mar 1, 2017
    Posts:
    39
    Is it fixed on unity5.6.0f2?
     
  4. richardkettlewell

    richardkettlewell

    Unity Technologies

    Joined:
    Sep 9, 2015
    Posts:
    2,285
    Nope - I'll reply here when I can confirm the version it lands in - I'm trying to sort it out today :)
     
    Last edited: Mar 30, 2017
  5. richardkettlewell

    richardkettlewell

    Unity Technologies

    Joined:
    Sep 9, 2015
    Posts:
    2,285
    Me again - I've just landed this fix in 5.6.0p1.

    As a bonus, it will now be possible to animate the enabled checkbox of every module, not just the emission module.