Posts

Showing posts with the label Week 09

Alpha

Image
Setting up the Menu   For this week and to try to make this game look more like an alpha build, I fixed the camera issue I had in my previous sessions. I had to delete my previous scripts for the camera and created new ones which finally managed to work. The only thing that I couldn't really get right once I fixed my main camera issue is the clamp method to adjust how far the player could turn and look up but overall I got what I wanted. I also managed to set up the pause menu for the game so that the player could enter the settings or quit the level if they wanted to. The thing that I had a problem with was because the key to fire is the left mouse button, and to select one of the pause menu you need to click the left mouse button, it fires the arrow even though the game is frozen and it's something I'm currently trying to fix. The things I need to fully add are the fire arrows, the in game hud and the main menu and after that I would say that the beta build would be final...

Unity Tutorial 08

Image
  Setting up respawnable powerups In this tutorial I didn't really learn too much in regards to any skills or lines of codes that would be of use to me. The tutorial was also pretty short so I finished it fairly quickly and my game was working fine by the end of it. In regards to the whole challenge part, I didn't really have much time to finish it but I got a little bit done but it wasn't too hard so I'll probably finish it in my free time. Overall, the unity tutorials have been very useful and I used a few pieces of code from those into my game. Unity Icon