Hello,
I want to make my particles grow really fast with time. I’m using Size Grow in the Particle Animator. Setting Size Grow over 1 speeds up the growth but I’m getting an error when I do:
!IsFinite(outDistanceAlongView)
UnityEditor.DockArea:OnGUI()
So I figured I’m not suppose to set Size Grow over 1. Is there another way to speed up the growth of particles without getting an error?
Thank you!