The simple space shooter style game made using Unity.
I created this game for beginners.
If you want to make a space shooter-style game, this would be a good starting point for you.
You could learn how to implement the below features.
-
How enemies to be created randomly.
-
Basic controller types to use on mobile devices. (Keyboard, Virtual joystick, Touch and Drag)
-
Collision detection.
-
Basic weapon systems. (Straight, To the player, Missile)
-
Various movement systems. (Straight, To the player, Circle, Zigzag)
-
A little of particle systems.
-
Some useful scripts. (Singleton, Shuffle, Rotator, etc)
There are some detailed comments in source codes.
Feel free to ask me if you find any bugs.
Detailed documents about the project : https://github.com/sunduk/MinimalShooting/wiki
- Unity 2019.3.15f1 / 2019.4.5f1
- Using Git : Clone the repository.
- Download manually : Download the source code or the package file. Then import it to your project.
- Open the PlayScene file in the Assets/MinimalShootingGame/Scenes folder.
- All source codes and images are free to use.
/* * ------------------------------------------------------------ * "THE BEERWARE LICENSE" (Revision 42): * I wrote this code. As long as you retain this * notice, you can do whatever you want with this stuff. If we * meet someday, and you think this stuff is worth it, you can * buy me a beer in return. * ------------------------------------------------------------ */
In fact, I don't like a beer 😄