Learning more after this book
From now on, you should have a much easier time reading and watching tutorials because you won't be wondering what things such as public
, private
, float
, and void
mean. You'll now know what to concentrate on when seeing the code written by others instead of being confused by mundane things such as access modifiers, data types, and method return types.
Visit my favorite website for C#
I actually only have one website that I really like for learning C# specific code:
- C# Tutorial: Dot Net Perls: You can find this at http://www.dotnetperls.com.
Other than this one website, just do an Internet search for C# and you will get countless websites devoted to C# coding.
Visit my favorite websites for Unity coding:
Let me say that the tutorials on Unity's website have improved greatly. If I am looking for some really specific coding content, my first stop is :
Unity Answers: You can find this at http://answers.unity3d.com/index.html.
I also have a few websites...