Unity tutorial 01

 My First Unity Project

This week I had to learn how to make a simple functioning game using the game developer engine known as Unity. After downloading everything that was needed, I was on my way to making my first ever game. Along with Unity I downloaded a code editor called Visual Studio, this would be where I would write my code that would make my game function. To make things function for the game I was using a programming language called C#. The programming that was necessary for this project seemed simple enough but I imagine that it can get very complicated for much bigger projects such as a triple A game title. The tutorials for this project were very helpful and easy to follow along with, the instructor is very clear in what he wants you to do and how to do it, which is a massive positive giving how daunting it was when I first learned that we would be making a game and having to use a programming language. I will end this post by talking about another fear I had at the beginning which was the user interface, I had pictured in my head that the UI for a game engine would be extremely complicated and take a lot of time to get the grip of but I could not have been more wrong. The UI, while I have only explored a small amount of it seems to be very user friendly and easy to navigate. The instructor of the course guides you through it and puts your mind at ease which in turn gave me confidence going forward with the project. I look forward to using and creating more games with Unity in the future. 

   image

No comments:

Post a Comment

Unity Tutorial 9

 More Unity I have been a small bit behind on developing my game and have only got round to doing some actual work on it today, I have the s...