/top-bottom-shooter3d

Shooter 3D game prototype (Unity)

Primary LanguageC#MIT LicenseMIT

About Project

Prototype of a 3D shooter game inspired by Brawl Stars.

Gallery

Screenshot 1 Screenshot 2

Highlights

  • Gamepad and Keyboard control
  • Custom Fog of War
  • Custom weapon system with ricochet
  • Enemy destruction and self-destruction

Getting Started

Unity version: 2021.3.11f1

Follow these steps to get the project running on your local machine:

  1. Clone Repository:
    git clone https://github.com/AlAstapchyk/top-bottom-shooter3d.git
    
  2. Launch project in Unity:
  • Open the project in Unity Hub.
  • Click "Add" and select the project folder.
  • Click on the project to open it in the Unity Editor.
  1. Open Scene:
  • Navigate to the "Scenes" folder: \Assets\Scenes.
  • Open the "SampleScene.unity" file.
  1. Launch the Scene:
  • Click the "Play" button in the Unity Editor to launch the scene.