E
E
Egorian2018-02-11 12:50:20
Unity
Egorian, 2018-02-11 12:50:20

Use two animations at the same time?

I am making a mobile 2d platformer with shooting on Unity2D. There was a problem with reloading. When there should be a reload animation, the player can walk, jump, stand. It is necessary that when he performs these actions, the animation is not interrupted.
There are two ideas: -
to divide the player into two parts and that each part lives its own life.
-make an animation of reloading in a jump, on the run, etc., and then somehow find out the time when the previous animation was interrupted.
Or are things done differently?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kryukov, 2018-05-08
@Egorian

Usually in such cases, developers go the way of splitting the character. The variant with animation of everything and everything in all modes is too expensive. Imagine throwing a grenade or some other upper body action - it would be very expensive to maintain and draw such volumes of assets.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question