InstantiateUtility.Instantiate
public static Object Instantiate(string path, Vector3 position, Quaternion rotation)
Load an instantiate an object for all users
Returns: The instantiated object
Parameter | Description |
---|---|
path | The resources path to load the object from |
position | Position for the new object |
rotation | Rotation for the new object |