Which would be better?

Hello, I am working on a movement system and I am trying to figure out the best way to handle the animations. I have thought about replacing the default animate script and creating my own. However I don’t know if I should just use the default animate script or replace it with a custom one. Any answers are appreciated!

2 Likes

Depends on what you’re trying to achieve. For example, if you want to have custom states such as crouching/crawling, etc., then you should definitely create a custom one. If you just want to change the animations of the existing animations behavior, then there’s no point in creating a custom one.

4 Likes