Mixing Animation Help with Animator Controller

How can I make my character walk while shooting (playing 2 animations at once basically)

Can I mix 2 animations or do i have to make like a walking-shoot, a shoot, a walking reload, standing still reload, etc.

I also need to make like a sidestep + forward, etc

C# only plz if it requires code.

For walking while shooting, use animation layers: the base layer handles walking; the second layer handles upper body movement such as shooting.

For sidestep + forward, use blend trees. You can find an old example (but still useful) here.

k i see thank you for your help so much

Glad to help!