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?
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.