top of page
  • Writer's pictureCade.M

Programming and coding C# in Unity

Updated: Sep 6, 2019

In our first lessons in programming, we were taught how to produce code in C# (C-Shark). We went over variables, functions and and programming objects by scripting via Unity. This was all new to me, although I knew Unity before. In fact, I was going to download it before but I'm glad I was taught it afterwards. We produced coding in VisualStudio in which is located in Unity via the 'add component' tab. From there go to 'new script', name your script and then 'create and add'. It will proceed to go into VisualStudio. An example of code we wrote was "var" is short for 'variable'. The semi colon (;) ends the function. So, what is Unity? Unity is a cross platform game engine developed by Unity technology. It supports up to 27 platforms. Fun fact: Unity was a Mac Exclusive program. What is Visual Studio? Visual Studio is a fully featured and free IDE for windows, ios and android.

4 views0 comments

Recent Posts

See All

Comentarios


bottom of page