Goal: create a tekken/mortal kombat like game
How on earth would a setup look like when i want to create a game like that?
each player does have its separate blueprints:
character1_bp, anim1_bp,
character2_bp, anim2_bp
I fail at making use of the second player’s blueprints…
i cant make my head wrap around it
all the tutorials I saw are using only one character bp and never gonna tell how to swap the mesh/animations on player two
also the inputs for both players are always handled inside one character controller
is that the way to do that?
I intentionally did not use any screenshots, because its a mess…
i used the “third person example” as a base