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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
Humanoid not supported by GameObjectRecorder this is a feature request.