keijiro / TimelineParticleControl

An example of controlling particle system from timeline.
549 stars 51 forks source link

Unity 2019.3 support #4

Closed skjalgsm closed 4 years ago

skjalgsm commented 4 years ago

Timeline has been moved into its own package now so it would be nice to have it added as a dependency. Maybe in a upm_2019_3 branch?

Library/PackageCache/jp.keijiro.klak.timeline.particle-system-control@2806049fc31f466c1d619dadf67935b9856358c5/Runtime/ParticleSystemControlClip.cs(6,19): error CS0234: The type or namespace name 'Timeline' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)

cAyou commented 4 years ago

Any update on this? I will take a look myself, if it's not too hard.

keijiro commented 4 years ago

fixed https://github.com/keijiro/TimelineParticleControl/commit/1fd258838bc8e45b6d6c66b70c65a18e006d341a

cAyou commented 4 years ago

fixed 1fd2588

Thanks!! It was super quick.