Hi.
Most games are made so other people in a multiplayer game sees the whole person and you only see your own hands + gun, and the same goes for the other way around.
I need to Check if the NetworkView is mine and do this:
Set other player’s layer to “OtherPlayer” and show them.
Set other player’s weapon layer to “OtherWeapon” and hide them.
Set own player’s layer to “OwnPlayer” and hide that layer.
Set own player’s weapon layer to “OwnWeapon” and show it.
Can someone explain to me how to change the culling mask via code? because the script reference isn’t that helping
Sorry if this thread was confusing, I wasn’t sure on how to describe my question.
Thanks if you’re able to help.