Search Issue Tracker
By Design
Votes
0
Found in
5.3.4f1
Issue ID
783199
Regression
No
Animated properties cannot be changed even when not currently being animated
How to reproduce:
1. Open scene "Repro" in the provided project
2. Select the "Our Hero" GameObject in the Hierarchy view
3. Open Animator window
4. Observe that "Idle" is the default state, and that "Scale Animation" is also present, but no states transition to it
5. Open the Animation window
6. Observe that the "Idle" state does not animate any properties
7. Select the "Scale Animation" animation from the dropdown
8. Observe that the "Scale Animation" animates the Transform.scale property (specifically, the x and y axes)
9. Enter play mode
10. While in the "Idle" state (default), attempt to modify the scale (any axis) of the "Our Hero" object in the inspector
11. Note that the scale property does not change from its default of 1
Note: Same happens if other properties are animated in "Scale Animation"
By Design: As soon as some properties are driven by a State in the Controller, it is always controlled by the Animator. One can modify the values in LateUpdate();, but he/she has to modify them at each frame.
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
Add comment