Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 794 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 794 Bytes

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.