You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current random number generator is the simple Unity.Mathematics.Random, which means the object's position changes every frame and fluctuates between negative and positive extremes. This behavior is not suitable for most object shaking scenarios, as the amplitude is too large and directly tied to the frame rate.