Quick question, if i want to make enemies or AI with animations, what kind of stuff should i use? animation controlers are better solution for me if i would approach lerping methood to move them, what do you think?
Personally, I would not do so . But something to consider are:
Are you using a lot of rigs???
if yes, use animation controller if you care about performance
Are you planning to use custom lerping movement even if you are using humanoid?
if yes , use animation controller
How complex will your rig’s movement be?
if it is very complex like jumping all around ect, use Humanoid
However, even though animation controllers are more performance, you still need to ensure that your custom movement system will not zero the net benefit
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.