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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment