Search Issue Tracker
By Design
Votes
1
Found in
2022.3.65f1
6000.0.55f1
6000.2.0f1
6000.3.0a4
Issue ID
UUM-113892
Regression
No
Object motion is affected by incorrectly added rotation motion when importing animations
Reproduction steps:
1. Open the attached “IN-111019.zip” project
2. Open the “Start” scene
3. Enter Play mode
4. Observe the Game view
Expected result: Both characters have animations and go backwards
Actual result: The “anm_strafe_backward” GameObject on the left, goes up instead of backwards
Reproducible with: 2022.3.65f1, 6000.0.55f1, 6000.2.0f1, 6000.3.0a4
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Notes:
- Additionally, tested by reimporting the FBX each time testing, but no difference was observed
- The problematic GameObject is the “anm_strafe_backward”. The edited version "anm_strafe_backward_noMotionQ" removes rotation motion and the character goes correctly backwards, as designed in 3DS Max. The animation can be opened in Blender, and seen that there is no rotation motion at all on the root bone "priest_m_base_Root"
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Up, Down and other Buttons in a Style Sheet's Inspector unselect items when they are clicked while they are disabled
- Virtual Player remains active and still launches when removed from Additional Editor Instances from a custom Play Mode Scenario
- UI Toolkit Editor Window Creator becomes not interactable and greyed out when a long name is entered
- [Web][iOS] Web Player keeps restarting on launch when Native C/C++ Multithreading is enabled
- "Add Scene to Scenes in Build" pop-up reappears after Scene has already been added and another Multiplayer Editor Instance is loaded
Resolution Note:
The source asset has a pre-rotation of 90 degrees on the bone used as the source of root motion, and Unity is interpreting the root motion in accordance with that configuration.
Removing that pre-rotation fixes the issue.