Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.3.0b1
Issue ID
737582
Regression
Yes
Animator.speed is squared when calling Animator.Update
Steps to reproduce:
1. Open attached project
2. Open scene "Mecanim_Update_Test_Scene"
3. Investigate "Constructor_Enabled" and "Contructor_Disabled" game objects in hierarchy
4. Notice that "Constructor_Disabled" has Animator but it's disabled. Also, both of these objects have Animator.speed set to 0.3
5. Run scene and notice that animation of object with disabled Animator plays much slower
6. Stop scene, set "Anim speed" of both objects to 1
7. Run scene and notice that now animation plays with the same speed
8. Stop scene again, set "Anim speed" of both objects to 2
9. Run scene and notice that this time animation of object with disabled Animator plays faster compared to other object
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment