Reward System ( Multiplayer Mode )
Last updated
Last updated
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.