Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2020.1
2020.1.11f1
2020.2
2021.1
Issue ID
1293666
Regression
No
[Needs response to user]Unable to change Sprite in SpriteRenderer after Sprite was changed in Animation
Reproduction steps:
1. Download and open the attached project 'SpriteRendererAnimation.zip'
2. Open Scene 'SampleScene'
3. Enter Play Mode
4. Observe the Game View
Expected result: Moments after animation stops the Sprite changes from Square Sprite to Hexagon Sprite
Actual result: After animation stops, Square Sprite stays the same
Reproducible with: 2018.4.30f1, 2019.4.17f1, 2020.1.17f1, 2020.2.0f1, 2021.1.0a9
Notes: It is also possible to reproduce the issue without the use of Scripting by trying to drag new Sprite to SpriteRenderer on GameObject after Animation
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
By design, like everything else that the Animator animates, everything is written every frame.