Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.2f1
Issue ID
941758
Regression
No
ChildAnimatorStateMachine.position doesn't change the StateMachines position
Reproduction steps:
1. Open "MinimalRepro.zip" project
2. Right click "SetupAnimationController" -> "Mod" -> "Setup" -> "NewAnimationController"
3. Click on the new "animationController"
4. "Window" -> "Animator"
Expected Result: "BUG1" and "BUG2" State Machines are in different (set in code) places
Actual Result: "BUG1" and "BUG2" State Machines are on top of each other
Reproduced with: 2017.3.0a5, 2017.2.0b9, 2017.1.0p5, 5.6.3p2, 5.5.4p4, 5.4.5p5
Note:
The position doesn't change, even thought through Debug.Log you can see that the Vector3 is changed.
Changing the position on the State Machine creation works, but after that ChildAnimatorStateMachine.position doesn't affect the State Machine
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment