Search Issue Tracker
By Design
Votes
0
Found in
2017.1.0f3
Issue ID
930175
Regression
No
Animator does not reset the state of the Game Object if it was changed by an animation
To reproduce:
1. Open the "test" scene in the attached project
2. Note that "TestObject" which has an Animator component enabled, has two child objects: "GameObject" is active, "Problem" is inactive
3. Play the scene
4. Following the instructions on the screen (in the Game view):
4.1. Press the first button to set boolean values of parameters on Animator to true
4.2. Wait until "GameObject" becomes inactive and "Problem" - active, as a result of running an animation
4.3. Press the second button to set boolean values of parameters on Animator to false and to make "TestObject" inactive
4.4. Press the third button to make "TestObject" active again
Desired outcome: "GameObject" is active and "Problem" is inactive
Actual outcome: "GameObject" is inactive and "Problem" is active (the default state is not reset)
Reproduced with 5.5.1f1, 5.5.4p2, 5.6.2p3, 2017.1.0a1, 2017.1.0f3, 2017.2.0b3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
Add comment