Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4.0a1
2019.1.0a1
2019.1.0f2
Issue ID
1151193
Regression
No
GameObjectRecorder only records changes in the root object, changes in children are not recorded at all
How to reproduce:
1. Open attached project
2. Open ReproScene and enter the Play Mode
3. Press 'Enter' to start recording character movements
4. Run around with WASD/space for a bit
5. Press 'Enter' again to save the movements into an animation clip and save that to the root of the assets folder (called TestAnim by default)
6. Highlight the saved AnimationClip in the project view
7. Open the Animation window to inspect the key frames of the clip
Reproducible with: 2018.4.0f1, 2019.1.1f1
Not reproducible with: 2017.4.26f1 due to C# 7 features, 2019.2.0a15, 2019.3.0a2 due to script errors
Expected result: Clip should contain character's recorded movements, as well as the movements of all the bone transforms in the rig 'AnimatedRig'
Actual result: Root transform's movements are recorded correctly, but all other curves are empty.
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
Resolution Note:
Humanoid not supported by GameObjectRecorder this is a feature request.