I have tried to find the answer to this question which is when i make an FPS game do i just add arms and then add a special scripts or do i need to import a full body model?
2 Answers
2Just use a pair of modeled arms, no need for a full body unless you’re going to have other players playing the game. If it’s just a single player game, all you need are the guns or weapons, and the arms, animations, etc. I’m making one right now and I’m using only a pair of arms and a gun.
I think there is many ways to do it. If player can’t never see anything else but hands, then there is no need for whole model. If you want to see for example characters legs etc in some cases, then you of course need those parts too.
And for any real mechanics with those hands, you need some kind of script. Correct me if I am wrong.
Glad to have helped. :) Be well!
– S_Darkwell