Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
2017.1.0p2
Issue ID
936020
Regression
No
Objects are affected by the Root motion even if it is disabled and handled by a script
Reproduction steps:
1. Open the attached project "RootMotion Bug.zip";
2. Open the Test.unity scene
3. Observe that there are 3 cubes:
Cube 1 has the Root motion option turned on the animator UI
Cube 2 has the Root motion option turned on and the script to control the Root motion is applied
Cube 3 has the Root motion option turned off (which is not visible) the script to control the Root motion is applied
4. Play the scene
5. Observe that the Cube 3 is stuck in a loop.
Expected results: if the Root motion is disabled, it will be handled by a script.
Actual results: If the Root motion is disabled and the script is applied, the animation is handled completely differently.
Reproduced on: 5.5.3p3, 5.6.3f1, 2017.1.0p3. 2017.2.0b5, 2017.3.0a2.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
- Scale Snapping with Gizmos does not work in the Scene view when Snapping and Absolute Grid Snapping are toggled off
- Text Script Importer Reference button links to a Missing Page when clicking the Reference Button in the Inspector
- FrameTimingManager.GetLatestTimings adds background time to the next focused frame when the Player is unfocused
- PropertyDrawer gets disposed while still being active when adding a secondary component
Add comment