MultiplayerFPS-Tutorial icon indicating copy to clipboard operation
MultiplayerFPS-Tutorial copied to clipboard

Player Layer Error

Open mastery9909 opened this issue 4 years ago • 0 comments

the Error says "A game object can only be in one layer. The layer needs to be in range [0....3]". The code is

void AssignRemoteLayer() { gameObject.layer = LayerMask.NameToLayer (remoteLayerName); }

mastery9909 avatar Jun 16 '21 13:06 mastery9909