Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.2.2f1
Issue ID
752095
Regression
No
AnimatorControllerOverride.clips[x].overrideClip is a Field, should be a property with only Get
AnimatorControllerOverride.clips[x].overrideClip is a Field, should be a property with only Get
http://docs.unity3d.com/ScriptReference/AnimatorOverrideController.html
Tried using AnimatorController from script. Set AnimatorController.clips[x].overrideClip to an animation, was surprised to see nothing changed.
Steps:
Run TestScene, press changeAnim button. See text results.
Check TryChangeAnim script for bugged code
Fixes;
Either make overrideClip a Get only property, or actually make setting it work.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "GPU Time Threshold" in VFX Graph Heatmap Parameters can be set to a negative value
- List of supported Platforms for 3D Templates in Unity Hub is outdated
- Mesh filter animation tint is not added if keyframe recording is not enabled
- Light.shadowMatrixOverride is ignored when using GPU Resident Drawer
- Setting the the "PreWarm Delta Time" to the smallest value always sets the "PreWarm Step Count" to the different random values
Add comment