- Home /
Use 2d Animation from unity or Anima2D?
Unity is developing this projects here:
So, this means, that I should not use Anima2D, because the other projects will be integrated in Unity?
I'm kind of wondering the same thing. Right now I'm using the Anima2D asset off the store but heard that it was being integrated into unity at some point. I wonder if that's what that is, I've been keeping my eye out waiting for more news but In the meantime I'll keep using Anima2D.
Answer by cdr9042 · Jan 04, 2019 at 01:58 AM
Do you use a lot of game object with animation at the same time, and the game is for mobile? If yes, you should test out each options with a lot of animations at the same time (like 50 or more) to see how it affect performance. I've tried Anima2D. It's probably only good for up to 20 objects animating at the same time
also note that animation without IK use less CPU than animation with IK
Your answer
Follow this Question
Related Questions
Do I need Inverse Kinematics? Asking for guidelines to program my own custom script 0 Answers
How can I use IK with AnimationClipPlayable or AnimationMixerPlayable? 1 Answer
Have IK track point when it is a child of the animator but not the rig. 0 Answers
Inverse Kinematics - Turn off smoothly 0 Answers
Adjusting humanoid character animations (Procedural animations) 0 Answers