>>22

https://unity3d.com/jp/learn/tutorials/topics/multiplayer-networking/networking-player-movement?playlist=29690

if (!isLocalPlayer)
{
return;
}