GALAXY HUNTER: 2D Shooter Game in Unity

PHASE 1 . TASK 1 => Project Setup

Ghazal Jain
May 12, 2021
Follow THESTICKCRAFTER on Instagram

OBJECTIVE: To setup the basic project structure for the 2D Shooter game.

I started with a fresh Unity 3D project for this game.

To create an organized folder structure, I used a custom Unity Editor script. Link: https://github.com/Ghazal-Jain/Unity-Project-Structure

I used opengameart.org to obtain the assets for this project which included:
1. Space Art Pack: https://opengameart.org/content/space-shooter-art
2. Digital SFX Set: https://opengameart.org/content/63-digital-sound-effects-lasers-phasers-space-etc

Visit OPENGAMEART.ORG to explore more assets

The next step includes converting all the 2D Textures to 2D Sprites.

Converting to correct Texture Type

--

--