Game manager & Third person shooter Script
On August 6th I've been following an tutorial to create an Third person shooter script. Started off with making the Game manager script. On August 7th I've created the player script where the mouse behavior will be made. On August 9th Continued with the scripts and tutorial, created a move controller script that moves when you use the WASD buttons. On august 11th i've added bg music to my main menu and game itself. Continued working on the Game manager, this time on the camera movement. Decided to make the enemies a simple ball that tries to collide with you, you can shoot them but if they collide with you, you're a goner and restart the level. The camera has been adjusted more so it follows the player and the where the mouse points by using the x and y positions. A riffle script has been made to add the effect of shooting. Created a bullet script where i can give the bullet the speed, time to live and how much damage it can cause. Capsule still doesn...