Anyone else getting issues with AdjustSpeed()?
I can’t seem to get it to work at all.
Here’s what I am testing it with:
- Load an animation, and call AdjustSpeed() on the returned animationtrack
- See that nothing has changed speed
Anyone else getting issues with AdjustSpeed()?
I can’t seem to get it to work at all.
Here’s what I am testing it with:
Are you calling AdjustSpeed before you call Play, or while the animation is playing? Play has an optional parameter for the playback speed that defaults to 1 (default speed), so if you call AdjustSpeed before Play it will overwrite the speed back to 1.
It seems that changing the speed parameter directly in Play works as intended.
Thanks!