An open API service indexing awesome lists of open source software.

https://github.com/bhavik66/unity3d-ranking-system

Unity3D ranking system for all kind of racing game
https://github.com/bhavik66/unity3d-ranking-system

car-ranking racing-games ranking ranking-algorithm ranking-system unity3d waypoints

Last synced: 7 months ago
JSON representation

Unity3D ranking system for all kind of racing game

Awesome Lists containing this project

README

          

# Unity3D Ranking System

Now it is easy to know who is first and who is last in your game. You can use ranking system in all kind of racing game.

## Features

- Real time ranking
- Unlimited players supported
- Easy to integrate
- Working with any kind of racing game
- Also get distance between players (optional)

### Usage

- Create empty game object for waypoints parent.
- Add `Waypoints Manager` script to empty game object
- Select waypoints manager object in you hierarchy
- Create wapoints on your path by just ***right clicking*** on path
- Add `Track Point` script to your player game object
- Add `Rank Manager` script to your game manager object
- Definite UI text element in rank manager for showing rank on UI.

For more deatil see **RankingSystem_Demo** scene in project.