![TopDown 2d Shooter game](https://assetstorev1-prd-cdn.unity3d.com/key-image/e4c056b4-9dff-47e8-a287-77bc527d326f.jpg)
This simple package is a 2D scrolling shooter for unity learners.
It includes all the source code and assets that are not too long for beginners to understand.
It will be a good guide on how to get started with Unity.
You will also learn the following simple techniques for creating 2d shooting games.
* Background scrolling
* Player controlling
* Bullet firing
* Appearance of enemy (example of prefab)
* Bullet firing technique (single firing, multiple firing)
Game adjustment method
. Touch the screen with your finger and drag to move the player's character.
. The bullet will fire automatically during the touch.