Spawn GameObject By Fusion

Options

When I Spawn a gameobject on MonoBehaviour.Start() after load a scene. sometimes the gameobject position may reset to Vector3.zero, I wonder why, I am sure I pass the postiion param is Not Vector3.zero.


Answers