So Im currently making a fps framework right now and I essentially got most of it done though i have issues on deciding whether a view model is really necessary to animate a players arm. Is it necessary to use view models if you already have a system that shows your body and accessories(I’m using Realism module). Couldnt you just play an animation
1 Like
You are correct, you can just use an animation instead. I suppose it just depends on preference for whichever method you choose. There are probably pros/cons to both from a programming aspect, but from a player POV they are both fine.
Can you tell me. The pros and cons for each one specifically pls. While I want it to be easier I do take gameplay over easiness