Go to w3schools and create an account using your GAPPS email (stu-??????@gapps.suffolk.ac.uk. Make sure you use the name you are known as in class and not a nickname we can't identify. (Rick would be fine, GrilledCheeseEater28 would not be)
Add a page for Independent Study to your Google Site (Use the + button on the pages menu).
Add a snip or print-screen to show you have created a w3schools account.
Go to w3schools and log in using your GAPPS email (stu-??????@gapps.suffolk.ac.uk.
Click the top right person Icon to go to My Learning, click Continue "Learn C#".
Read through the sections covered in the Introduction & part of the Basics, up to Lesson 2.4 - User Input.
Complete any exercises along the way.
Add the following print-screen to show your progress:
In the code example w3schools includes namespace and extra braces, this is not needed for Unity.
This page is all about setting up C# to run on a PC, this is not needed as Unity sets this up for you.
w3schools uses Console.WriteLine("!"); and Unity uses Debug.Log("!"); . Both write to the console.
Unity handles User Input in its own way, using the Input class.
If you have any issues please post in the Google Chat and use @ to notify me. If the work takes a lot more than one hour stop.
Go to w3schools and log in using your GAPPS email (stu-??????@gapps.suffolk.ac.uk.
Click the top right person Icon to go to My Learning, click Continue "Learn C#".
Read through the sections covered in the Introduction & part of the Basics, up to Lesson 2.8 - Booleans.
Complete any exercises along the way.
Add the following print screen to show your progress - This should show lessons complete to 2.8: