Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

A basic system to handle level checkpoints and 'respawning'.

License

Notifications You must be signed in to change notification settings

RocketDragon/UnityCheckpoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityCheckpoints

A basic system to handle level checkpoints and 'respawning'.

Outline

  • Checkpoint
  • Respawnable
  • WorldBorder

Things I still need to work out

  • The convention of system generics that allow Unity's platform and ecosystem to diversify.
  • Common interfaces for repeated tasks.
    • i.e. Obtaining if the collider is a trigger or not.
  • Decide what components should be required.
    • BoxCollider
  • Decide if 2D space is worth supporting within this project and how to support it in the best possible way.