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
- [HDRP] Volumetric cloud shadows disappear when there is no directional light shadows
- “Selector” column names in the Search window are lowercase when added
- Install List Project Counter Panel can be right clicked through and Install Context Menu can be opened disabling Project Counter Panel's buttons
- Scene is marked/flickering as dirty (with asterisk) when dragging a Material on a GameObject in Scene view
- Warning icon for the "Asset Import Overrides" has low visibility in Light Unity theme
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.