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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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?