Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.4p1
Issue ID
796976
Regression
No
StateMachineBehaviour loses reference after disabling and enabling game object
How to reproduce:
1. Open the attached project
2. Open and Play Main scene
3. Notice debug statement in console "(Clone) (StateMachine)"
4. Disable and enable the gameobject which has the Item script attached to it
5. Observe that the debug log will say null for the State Machine Behaviour
Won't Fix: This is the expected behavior, when you disable a GO with an animator we do flush all instance of AtateMachineBehaviour, it the same for animator's parameter and animator's current state. They are all reset to default value.
Comments (5)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
mahdiii
Dec 02, 2021 18:12
It is not intended really. We need to inject one time not every time the animator enables. We have to inject to all state behaviours again. It is time consuming
Yunis
Aug 21, 2021 13:29
I've got this issue too.
I'm injecting a dependency in a StateMachineBehaviour, instantiated by a AnimatorController.
Later the GameObject is disabled, then later again re-enabled.
funbites
May 16, 2018 18:18
Good question, why is this intended?
LouisHong
Jul 30, 2016 07:03
Why is this intended?