Search Issue Tracker
Fixed in 2017.1.X
Votes
2
Found in
5.5.2p3
Issue ID
894232
Regression
Yes
Animator.Rebind() resets game object position to the original instantiation position
To reproduce:
1. Open repro project
2. Open and play scene
3. Press 'space'
Expected: after pressing 'space' key character will stay in the same place
Actual: character is moved to original instantiation position
Reproduced on: 5.5.0a6, 5.5.2p3, 5.6.0f2, 2017.1.0a5
Not reproducible on: 5.4
Regression introduced in 5.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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
davidpets
Sep 29, 2017 19:51
I still see this happen in 2017.1. The default state of my character's Animator has None (Motion), which changes where the character appears in Play mode and in (WebGL) builds. Surprisingly, though, in Play mode the transform of the character doesn't show any change in values.
fanki
Apr 11, 2017 13:43
i found it in 5.6.0f3. But i was reproduce in editor. I have an animator, which has a idle motion.The idle motion do nothing,just a none motion. And the animator's default state is idle. When i enable the Animator, the idle motion will change the GO to the original transform that is not expected. it should nothing happen as expected.