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
  • 🔷 Main Menu Scene
  • 🔷 Gameplay Classic Scene
  • 🔷 Gameplay Multiplayer Scene
  1. Getting Started

Project Structure

PreviousBuild ProjectNextAdd New Race Map ( Classic Mode )

Last updated 3 months ago

  • Audio: Include music and sound effects in the project.

  • Material: Include materials in the project.

  • Physics Material 2D: Include physics materials in the project.

  • Prefab: Include all prefab in the project.

  • Scenes: Include 3 scenes used in the project ( Main Menu Scene, Gameplay Classic Scene, Gameplay Multiplayer Scene ).

  • Script: Include all code in this project.

  • Shader: Contain 2D glow shader effect used in this project.

  • Sprites: Contain all UI and Race assets in the project.

  • Tilemap: Include road tiles, this folder just used to store road tiles in this project.

  • URP Settings: Contain Universal Render Pipeline settings used to config quality lighting effect in this project.

🔷 Main Menu Scene

🔷 Gameplay Classic Scene

🔷 Gameplay Multiplayer Scene

📂