Unity C# Tutorial Series

Hi,

Drew from Acem Gaming doing another Unity tutorial series. This time the main focus will be C#. These tutorials will begin with the very basics including the difference between programming in Javascript and C#. Even if you have a good amount of programming experience, you might find some of the information in these tutorials pretty interesting, as I have put a lot of research in behind the tutorials.

Youtube Tutorials : Acem Gaming/Acem003

Part 1 : Javascript and C# Differences : http://www.youtube.com/watch?v=TY5o73ZIiEg
Part 2 : Variable Types : http://www.youtube.com/watch?v=LPsK0EP95_Q
Part 3 : Operators : http://www.youtube.com/watch?v=gwJUkIM7jV0
Part 4 : IF and ELSE Statements : http://www.youtube.com/watch?v=vvpB48qvWO4
Part 5 : Loops (While, Do, For) : http://www.youtube.com/watch?v=dLGGlUj7Ry4
Part 6: Functions : http://www.youtube.com/watch?v=kcvzl2xND2U
Part 7 : Arrays : https://www.youtube.com/watch?v=TG6O69MsmCM
Part 8 : Access Modifiers : http://www.youtube.com/watch?v=1HRjAWNTvM8
Part 9 : Classes and Constructors : http://www.youtube.com/watch?v=oYbKKT_YEhc
Part 10 : Class Inheritance : http://www.youtube.com/watch?v=bYXDQ9ISd4A
Part 11 : Static Keyword : http://www.youtube.com/watch?v=zuqQxyCofmA
Part 12 : Null Keyword : http://www.youtube.com/watch?v=fhnTzpbchqg
Part 13 : Comments Regions : http://www.youtube.com/watch?v=CkFIyzyCaFA
Part 14 : Foreach Statements : http://www.youtube.com/watch?v=pHC5J8WMllE
Part 15 : Switch Statements : http://www.youtube.com/watch?v=hTp4NX_Ghos
Part 16 : Type Conversion : http://www.youtube.com/watch?v=c3MBg132KAA
Part 17 : Using Namespaces: http://www.youtube.com/watch?v=EHseP8pz04g
Part 18 : Lists : http://www.youtube.com/watch?v=6tEz_JZlhF8
Part 19 : Dictionaries : https://www.youtube.com/watch?v=kVODP-sq9OA
Part 20 : Enumerations (enum) : https://www.youtube.com/watch?v=6qo9iA2CZ3w
Part 21 : MultiDimensional Arrays : https://www.youtube.com/watch?v=BP-m_yfcAbQ
Part 22 : Recursive Methods : http://www.youtube.com/watch?v=p4yJ_JgAPgQ

Thanks…Acem…its pretty helpful…

Thank you! Up to part 10!

Hi Acem, thank you for these, would it be possible to give a few examples of how you (or anyone) would use Part 10 (Class Inheritance) in a game? I don’t use Inheritance, so it would be nice to see how I could benefit from from it from a game coding situation.

Thanks

-Raiden

Hey Raiden,

Class inheritance doesn’t become as important in game making until you get to a much higher level… For instance, if you have a set of RPG characters that all share the same attributes. Instead of hard coding each characters attributes (which you could do if you want), it would be a lot faster and easier to have each of them inherit a class that contains these attributes, and alter those attributes in another class so that they aren’t all the same.

That being said, for your first game or games of differing types, it will not appear to be as useful. However, as you progress as a developer(or a company) it will be extremely beneficial to create base classes so that you don’t spend the bulk of your time recoding the same concepts.

That was a great question! If you have any other questions feel free to ask (:

-Drew

I’ve added a bunch more tutorials! Thank you to everyone who has subscribed, and the questions I have been receiving have been great!

Thanks pal, keep it up.

Thank you!

No, thank you for the excellent learning tools. You’re an excellent instructor.

Up to 20 C# tutorials now! Thank you everyone for your support! Feel free to ask any questions, it is fun answering them!

Learning a lot from your series! Keep up the good work!

Part 21 is out! This one is about multidimensional arrays. Pretty cool stuff!!!

Excellent!

(ps. I think the starting sound is too loud, compared to voice… have to adjust speakers everytime :slight_smile:

Thank you! I noticed that a little bit ago! I’m gonna stop putting the intro into the vids until I can fix the problem.

Just started watching your tutorials and they’re great, thanks.

Glad to see you are adding more to your c# course.

It’s an excellent way for people to learn the fundamentals of programming.

I’ve put this in my signature for others to find.

Best,

Jon

Thank you Jon, I’ve added your channel to my signature as well. Keep up the great work!

-Drew

(bookmarked)

Awesome rockysam888! Hope that it will help. Thank you for bookmarking!

Just released part 22 of my C# series! This tutorial will be about recursive algorithms and recursive methods. Hope you guys enjoy this tutorial, if you have any questions feel free to ask!

-Drew

Link : http://www.youtube.com/watch?v=p4yJ_JgAPgQ