- Home /
How to optimize 2D Animations created with 2D Animation packege? (v3.1.1)
Hi all,
I have implemented the 2D Animation package from the Package Editor and imported a character in the project. I created some animation by using the tool.|
This tool is so useful, however, it causes a huge performance issues. When there are 3 characters in the scene, the CPU usage is around 10.36ms. If I disable the characters in the scene, the CPU usage goes down to around 1.66ms.
Is there a way to get rid off the performance issue? (The profiler shows that SpriteSkin.LateUpdate() causes the issue, and it also generates huge amount of garbage)
Your answer
Follow this Question
Related Questions
2D Animation does not start 1 Answer
2d Animation sprites - right way? 0 Answers
How to show two 2D animations at the same time? 1 Answer
My Anima 2D's flipped animations are bugging out. 0 Answers
Setting animator parameter on a single instance of a prefab sets the parameter for all instances 3 Answers