Hello Guys.
So I’m making a Multiplayer First Person Shooter.
Currently I have weaponmodels with hands attached to them. My Player is a Sphere for test purposes. I also have a model of a soldier which I didn’t used until now.
Because my Game will be Multiplayer I want to set up a player with the weapon in his hands. This way I don’t need several models for the local player and the other players.
I could make it so that I import the weaponmodel to the soldier model and then model the soldier around it and also animate them both in one model. This way I had to switch the entire soldiermodel when I just switch weapon. This seems to be a lot of work and will probably cause a lot of problems.
So I want to ask wether there is a better way to set up a character or wether you can improve my thoughts.
I hope the question was easy to understand and I also hope that someone knows an answer.
Every help is much appreciated.