Prototype of a 3D shooter game inspired by Brawl Stars.
- Gamepad and Keyboard control
- Custom Fog of War
- Custom weapon system with ricochet
- Enemy destruction and self-destruction
Unity version: 2021.3.11f1
Follow these steps to get the project running on your local machine:
- Clone Repository:
git clone https://github.com/AlAstapchyk/top-bottom-shooter3d.git
- 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.
- Open Scene:
- Navigate to the "Scenes" folder: \Assets\Scenes.
- Open the "SampleScene.unity" file.
- Launch the Scene:
- Click the "Play" button in the Unity Editor to launch the scene.