Shooting

Unity was used to rotate objects and then to fire bullets from the gun. This was tricky as it required a second object. This second object was the bullet. I was able to use code to spawn the bullets, which was successful. I learnt the importance of implementing an IF statement that only allowed one bullet to spawn when the left click was pressed, thus preventing a constant line of bullets.