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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
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.