Obby Game Template
This template includes all the scripts and assets needed to create an obby (obstacle course) game, along with a sample scene.
Features:
- Modular system to easily create and extend obby segments
- Automatically handles respawning and saving progress
- On-collision and area effects such as kill, bounce, or applying force to player
- Easily extendable with custom effects
- Moving platform system
Try it Out
To try out this template:
- Download the code using the View Code button
- Import the package into a new Unity project
- Follow the steps at Creating a Package to set up the configuration for your package type
- Test the package in your sandbox