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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.