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

Set Countdown Return To Room Lobby

PreviousSet Race LapNextReward System ( Multiplayer Mode )

Last updated 2 months ago

In multiplayer mode, after all players have completed the race, a race completion popup will be displayed. It will show a countdown timer indicating when players will return to the room lobby.

You can change the value of the countdown timer to any duration you want by following this way:

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

⌛
The Complete Race Popup.
Gameplay Network Manager Window.