This is just a question before I basically make a new character and find out it’s not going to work the way I was hoping. This is just more of a confirmation before I start doing it. I’m really new to UE but slowly learning bits and pieces here and there.
For my project I have one playable character with 2 “skins” setup. I understood because all I was changing was the texture and shared the same animations/mesh/skeleton but my question is what happens if you want to import a different model as a playable character? I am planning on having a few characters but a max of two (3 at the most) different model types (just skin changes overall).
The models are different so the mesh and skeleton are different too (as well as animation), do I just create the character the same way I did as the first one? Then it’s just a matter of setting up the game to load in the other model? The problem I am thinking is how do I add it to a game mode (I’m running off the third person template) and is tied to the level.
Would you have to load for example level 1 and have some kind of setup (perhaps on the character select level?) that if model 1 is selected load level 1 running BP_ThirdpersonGameMode but if model 2 is selected load level 1 running BP_Othergamemode (example names).
(my brain just thought of this as I was typing this)
Or am I able to just make a copy from the character BP I already have, change its skeleton and mesh in the copied BP and also do the same for the animation blueprint I have setup to match the other different model + animations. As while the animations are different (minus the jump) they are all the same thing (just different, walk, run, idle).
Thanks in advanced and sorry if this was a silly thing to ask.