Search Issue Tracker
By Design
Votes
0
Found in
2018.1.7f1
Issue ID
1057445
Regression
No
Animator jumps to the default state when clicking in different states within the Animator window
The Animator goes back to the default state in an undetermined moment after clicking several times in the states within the Animator window, breaking the flow of the Animator
To reproduce:
1. Download attached project "AnimatorControllerTests.zip" and open in Unity
2. Open "SampleScene" Scene
3. Open Animator window
4. Enter Play mode
5. Select the GameObject named "Animator" in Hierarchy window
6. In the Animator window, fire manually the trigger A to B.
7. Observe that when the Animator is in the state B (for simplicity, it occurs no matter the state the animator is), click in a random order in the other states until the Animator jumps back to the default state.
Notes:
- This issue reproduces on both Windows and OSX
- Video with the issue reproduction is shared in Comments section
- Could not check on Unity 2018.3 because project becomes corrupted
Reproduced on Unity 2017.1.4p2, 2017.2.3p2, 2017.3.2f1, 2017.4.7f1, 2018.1.8f1 and 2018.2.0f2
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
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- 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
Resolution Note:
This is expected behavior that modifying the StateMachine in any way, resets the StateMachine to its default state