Wiggle expression after effects scale

broken image
broken image

RandomRange(startPos.x-posRange, startPos.x+posRange),

broken image
broken image

Here’s another one for anyone from Google using System.Collections Transform.position = Vector3.Lerp(toPos, startPos, (m - 0.5f) * 2.0f) Transform.position = Vector3.Lerp(startPos, toPos, m * 2.0f) ToPos.z += Random.Range(-1.0f, +1.0f) * distance.z įloat d = (Time.time - timeStart) / speed, m = curve.Evaluate(d) Set what you want to Wiggle by in the Distance, you can make it wiggle in the x,y & z. My first Script in Unity, and it seems to work… Crikey!!. Hi, here’s a little wiggle script I knocked up…

broken image