this is the start of me learning c# the code language im really lookiung forwrd to this as code is one of my favoroute things to do on a computer and i canfinaly start fiureing out problems with it
this is the start of me learning c# the code language im really lookiung forwrd to this as code is one of my favoroute things to do on a computer and i canfinaly start fiureing out problems with it
in todays session we are learning aboput arrays and
two dimensional arrays arrays go up and down then across not across then up and down this willl be incredibly useful for future code projects as it means i wont have to have too many if satteents thata re really long
coding in unity is slightly different to C# as we use a different IDE( IDE stands for independent development environment which is made by Microsoft called visual studio this is still C# but it has two sections I the code editor a update section and a start section the start section only run s once at the start but update runs every frame the script shown below is a movement script that allows me to move an object around the scene using WASD