How to hide the first person arms ?

Azrod

New member
Hello, I'm trying to make a sword fighting multiplayer game where the entire body of the player is not showing in the first person view but the other player can see his body. So I need to hide the first person arms in order to do that but I have an error when in the character manager I put the first person arms in the third person objects category. How can I do that?
 

Attachments

  • blade1.png
    blade1.png
    179.7 KB · Views: 7
  • error.png
    error.png
    55.6 KB · Views: 7
  • blade1.png
    blade1.png
    179.7 KB · Views: 7
With the PUN add-on in version 2 the remote player should just be a third person character so no first person arms are added to that character. The local player should have the arms added to it. This is how I plan on approaching it for version 3 as well. The first person arms should not be third person objects.
 
No, you can use UFPS for networked characters. The PUN add-on for version 3 will have an example of this when it is released (hopefully) next month.
 
Top