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.