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
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
- Circle handle of the Game view scale slider bar disappears when the scale is set to 1x
- Asset Bundles non-deterministic behavior with CRCs and hash when a video has Transcoding enabled and Sprite Atlas has an override option enabled
- [Quality Hackweek] Errors "InvalidOperationException: EnsureRunningOnMainThread can only be called from the main thread" and "NullReferenceException" shown when switching build platforms with Muse Texture package installed
- "Importer(DefaultImporter) generated inconsistent result for asset" warnings are thrown when reimporting the "URP" texture
Add comment