Hey, so my problem is I have a script called PlayerSetup, It is for my network, (I'm using Unet) and is supposed to make it so I only control my local player, and that every other player has a mask (or layer, idk what its called) on it called RemotePlayer Sadly, my script isn't really doing it's job at all! ALSO, it is supposed to disable the non local player's audio listener, but its not!
Heres the script
LayerMask not changing, components not disabling... probably simple
Heres the script
Code (CSharp):
- using UnityEngine;
- using UnityEngine.Networking;...