18Apr
C# Checkpoint Management
The following two C# scripts allow the player to hit a triggering collider on a checkpoint object and save its location in a public currentCheckpoint variable that will later be used by a respawn/teleport script. The first script derives from the ‘Triggerable’ script provided by my Level Design professor, Mr. […]