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
- The dithering node returns a blocky effect when the Render Scale is set to some values below 1
- [Android Module] Unity double writes files in the "StreamingAssets" folder when they are deleted using "IPostGenerateGradleAndroidProject" after the Grandle project is generated
- IndexOutOfRangeException and InvalidOperationException when clicking on the HTML log in the Console
- Warnings "Attempting to draw with missing bindings" are logged when opening the HDRP VFX Template Sample Scene
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
Add comment