Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2020.3.11f1
2021.2
2022.1
Issue ID
1340644
Regression
No
Animation Additive Reference Pose to clip cannot be used in builds
How to reproduce:
1. Open the attached "AdditiveReferencePose.zip"
2. Enter the PlayMode -> Notice that the character is pointing arms forward
3. Build and run the "SampleScene" on Standalone
Expected result: Additive reference pose works as intended (character arms are pointing forward)
Actual result: Additive reference pose does not work as intended (character arms are in T-pose position)
Reproducible in: 2022.1.0a1, 2021.2.0b3, 2020.3.14f1, 2019.4.29f1
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
Resolution Note:
This is expected, you are trying to modify Animation clip from an imported asset which is read only. "Assets/human_animations_test.fbx"
It does work in play mode because you are editing the in memory animation clip. But when you build a player any changes done to imported file won't be saved and thus not working in the player.
The only workaround for this would be to either duplicate the clip to remove them from an imported file. Or use an AssetPostProcessor to modify the asset while it's imported