Search Issue Tracker
Fixed
Votes
0
Found in
5.5.0p4
Issue ID
871383
Regression
No
Animation default values are shared and not instanced when using the same AnimationController
Reproduction steps:
1. Open the attached project "Animation Defaults.zip";
2. Open the "main.unity" scene;
3. Select Canvas->Image 2 object;
4. Observe that his Scale.Y is set to 1.5.
5. Enter a play mode;
6. Observe that the Y value is changed to default value - 1.
Expected results: The default values are based on the instance of the object;
Actual results: The default values are shared across all objects that use the same AnimationController.
Reproduced on: 5.3.5p6, 5.4.1f1, 5.5.0p4, 5.6.0b5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment