DevSean
(Sean)
January 20, 2015, 11:33pm
1
I use AdjustSpeed(float) on my horse racing game to change the animation playback speed, this has now broken.
For example:
http://gyazo.com/5f6b1413a276a3a16fbd041fc8bc6ee4.mp4
This seemed to first occur 6 days ago.
The animation which causes the player to sit on the horse has also stopped working.
My game is currently inactive, I will be making it active again when the issue is fixed.
Repro steps:
Simply call AdjustSpeed(float) on an AnimationTrack
Test place: Click here
EchoReaper
(EchoReaper)
January 20, 2015, 11:34pm
2
You’re supposed to put ROBLOXCRITICAL in the title, and you’re supposed to provide exact repro steps/code (feel free to correct me if you left something in confidential tags)
DevSean
(Sean)
January 20, 2015, 11:39pm
3
Repro steps are pretty simple, I’ve added them.
As for ROBLOXCRITICAL, I did originally label it as critical but it failed to post.
RoboYZ
(RoboYZ)
January 24, 2015, 2:40am
4
I got the repro, we’ll look into a fix for adjusting the speed.
In the mean time, 2 things you can do to resolve your issues: Make sure only one Animator object exist in the model, and adjust speed on the client.
We should have better fixes in the following weeks so you don’t have to do these workarounds.
DevSean
(Sean)
February 8, 2015, 1:00am
5
Would it be possible to have an estimated fix-time?
My game has been in-active for over 3 weeks now and I’ve received countless comments/messages asking me to re-open the game.
The proposed workarounds are not viable for me to implement.
As a side-note; I’ve updated the test place with UristMcSparks’ place , it repro’s the bug perfectly.