so basically I downloaded a model form Maximo and I was going to use it for first-person but it looks like the image below and I don’t know how to fix it (I’m new to game making) if anyone could tell me how to fix it that would be great
Is there a specific problem you are trying to overcome by doing it this way?
Usually you would not render the entire body like this in the first person camera. Instead you’d only render a view model, with only the parts the camera should see (i.e. arms/weapon).
The UE4 first person starter project does this:
To illustrate further here is what it looks like in TF2 when you force the “view model” (what the first person camera sees) to render when you are in third person.