2D Racing Multiplayer Game Template
  • 🌟Welcome
  • Getting Started
    • ⚡Import The Template
    • đŸ•šī¸Build Project
    • 📂Project Structure
  • Customization
    • 🏁Add New Race Map ( Classic Mode )
    • đŸšĻAdd New Race Map ( Multiplayer Mode )
    • đŸŽī¸Add New Car
    • đŸĒ™Set Cars Price
    • 💾Save System
    • 💰Monetization ( Admob + Unity IAP )
      • 🔷Ads Manager
      • 🔷Reward Free Coins
    • đŸ’ģPlayFab
    • 📃GDPR
    • đŸŽĩAudio System
    • ✨Lighting Effect
  • 🌠UI Animation
  • đŸĨˆSet Race Lap
  • ⌛Set Countdown Return To Room Lobby
  • đŸ’ļReward System ( Multiplayer Mode )
  • Other Informations
    • 📓Changelogs
    • â˜Žī¸Contact
Powered by GitBook
On this page

Reward System ( Multiplayer Mode )

PreviousSet Countdown Return To Room LobbyNextChangelogs

Last updated 2 months ago

In multiplayer mode, players receive extra bonus coins based on their ranking when all players have completed the race.

The image below displays the logic code for a simple reward ranking system:

You can easily change bonus reward ranking by adjusting value of Coins Reward Default field ( The value default is 30 ), you can follow this way for adjusting the value:

  • In Unity editor, open Gameplay Multiplayer scene -> select Managers game object -> change new value of Coins Reward Default field on Coins Network Manager Inspector Window.

đŸ’ļ
Players receive bonus coins when they completed the race.
Simple code for reward ranking system.
Coins Network Manager Inspector Window.