Search Issue Tracker
By Design
Votes
0
Found in
2021.3.35f1
2022.3.20f1
2023.2.11f1
2023.3.0b8
Issue ID
UUM-64309
Regression
No
AnimationOverrideController Inspector does not allow an AnimationOverrideController to be used as the base controller
Steps to reproduce:
1. Open the attached user's project "1764160-anim override controller.zip"
2. In the Project Window select Animation Override Controller "c"
3. Drag and drop Animation Override Controller "b" from the Project Window on "c" as a base controller
Expected Result: drag and drop is successful
Actual Result: AnimationOverrideController Inspector does not allow an AnimationOverrideController to be used as the base controller
Reproducible with: 2021.3.35f1, 2022.3.20f1, 2023.2.11f1, 2023.3.0b8
Testing Environment: Windows 11
Not reproducible on: No other environment tested
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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Resolution Note:
It's by design that AnimationOverrideControllers only support AnimationControllers as the base controller. This is to prevent issues of recursive loops of override controllers. In the case you need to override
an AnimationOverrideController with another AnimationOverrideController, you should override using the shared base AnimationController instead.