Search Unity

In Depth C# tutorials

Discussion in 'Community Learning & Teaching' started by Kreativity, Jul 31, 2014.

  1. Kreativity

    Kreativity

    Joined:
    Apr 27, 2014
    Posts:
    5
    I have seen lots of C# tutorials and I understand most of what a beginner should know but what I don't know is when I should have a word capitalized or under cased such as (playerMovement) like why is player not capitalized like movement is? And when do I use punctuation like " or ,. whats the difference between int or val? So is there any tutorial that teaches me EVERYTHING a beginner should know?
     
  2. SubZeroGaming

    SubZeroGaming

    Joined:
    Mar 4, 2013
    Posts:
    1,008
    That's just syntax. You have to respect the Unity3D API syntax if you want to work with it.

    playerMovement is called canal casing. It's the proper syntax for programming. I suggest checking out a beginning c++ or c# book.