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] [Vulkan] Cubes stuck on the first few frames of rotation and application flickering when an Overlay Camera is added to the Camera Stack with MSAA enabled
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
- TextMeshPro calculates Width Compression incorrectly when using certain values in the WD% field
- VFX Graph link contrasts fail WCAG guidelines
Resolution Note:
Humanoid not supported by GameObjectRecorder this is a feature request.