Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4.5f1
2020.2
Issue ID
1278113
Regression
No
Animated object's color cannot be modified in Play mode if its AnimatorController contains a clip that animates colors
How to reproduce:
1. Open the attached '1278113.zip' project
2. From the 'Scenes' folder open the 'SampleScene'
3. Enter the Play mode
4. In the Hierarchy window select the 'Square' object
5. Try to change the color of the 'Square' object in the Inspector window
Expected result: The color of the 'Square' changes
Actual result: The color of the 'Square' doesn't change
Reproducible with: 2018.4.27f1, 2019.4.11f1, 2020.1.6f1, 2020.2.0b2
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
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Field is still marked as changed when changed back to its default state in UI Builder
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
Resolution Note:
This is by design. When there is any property animated by any animation in the AnimatorController, it will be fully driven by the animation system. The only way to override it is with LateUpdate()