I have script that controls the movement of limbs (ex: shoulder, arms, head). I want to make my game multiplayer and I am having problems with converting the limb code. See below:
When a player switches to a certain weapon, OnEnable() is called and supposed to edit the player's limb's position within Primary()
gunScript.cs
networkView.RPC limb movement
When a player switches to a certain weapon, OnEnable() is called and supposed to edit the player's limb's position within Primary()
gunScript.cs
networkView.RPC limb movement