-
Notifications
You must be signed in to change notification settings - Fork 3
3 ‐ Spawn points
Kaden edited this page Nov 27, 2024
·
1 revision
- Marks a place the player can spawn in
- The placeholder model indicates the starting centre position and direction
- This is relative to the play-space centre
- Automatically created when the first
SpawnPoint
is created - Manages which
Spawn Point
the player spawns in- Can be changed by calling
SetSpawnPoint(spawnPoint)
- Can be changed by calling
- Set
Spawn Point
to the startingSpawn Point
- Call
Respawn()
from another script to respawn the player at the currentSpawn Point
- Change
Start Gravity
for different acceleration by gravity upon start - Spawns
Special Prefab
in front of the player upon respawn-
Special Prefab
is destroyed on death and re-instantiated on respawn -
Special Offset
determines the local offset from theSpawn Point
at whichSpecial Prefab
spawns
-
KadenZombie8 2024