Hi Guys
i just finished the tutorial of multiplayer using smartfox but i’ve a little problem that i i couldn’t fix
the character instantiate are too small.
how can i fix that?
i tryed
UnityEngine.Object remotePlayer = Instantiate(remotePlayerPrefab, new Vector3(-10000, -10000, -10000), new Quaternion(0,0,0,1));
remotePlayer.transform.localScale.x+=10;
but it didnt compile
please help me