prefabName | The name of your prefab (Game Object) stored in Resources Folder without extensions ex. 'Ball' |
startPosition | the inital position of the spawning |
startRotation | the inital rotation of the spawning |
syncOption | Which Synchronization option will be applied |
interpolatePosition | Set to true if you want to smoothen the tracked position if you have network lag |
interpolateRotation | Set to true if you want to smoothen the tracked rotation if you have network lag |
interpolationFactor | Set Interpolation factor between 0.1 and 1 |