Class 2 | Week 1
Today's class is about us getting set up with with unity and understanding the integration with visual studio, this is to be done by following up to the second tutorial provided on moodle. I had already completed this tutorial within my own time before the class, this tutorials main purpose was to make us familiar with the unity environment, including the various tools the software provides. Unity provides a 3D or 2D space that begins as blank but allows you too fully interact with it, placing objects within the environment, moving them in either X, Y or Z dimensions as well as the possibility to rotate it by these dimensions as well. The 3D environment also comes with shading features, using either the default light source or your own you will create shadows when placing items within the 3D space, all of this is done automatically for you. Next step we are adding a script to our 3D object that is going to make it spin, this is where the integration with visual studio comes...