Fuse Spawn Offset / Rotation
Offset Spawning:
/*Serialize this field if you wish to spawn a fuse with an offset further
away from the spawn point*/
private Vector3 spawnOffset = new Vector3(0, 0, 0f);
[SerializeField] private Vector3 spawnOffset = new Vector3(0, 0, VALUE-HERE);
Rotation Spawning:
Last updated