From the course: Unity 3D 2021 Essential Training
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Introduction to C# programming - Unity Tutorial
From the course: Unity 3D 2021 Essential Training
Introduction to C# programming
- [Instructor] In this chapter, we'll cover some of the basics of the scripting language. used in Unity, but it is a simple introduction to get your feet wet and it's not a full C# programming language overview. If you plan on creating games or any project that requires lots of scripting, first, follow along in this chapter and then move on to a full C# course to learn more about the language. And then finish off by going back to Unity's specific syntax and libraries available to you for scripting. Unity supports C# as its primary language, which will be familiar to you if you've ever used any C-based programming languages. So if you have a basic understanding of C or C++ languages, you should be fine working around the scripts we'll create soon. It supports other .NET languages, but I'd strongly recommend you stick to C# since all documentation on Unity site is based off this language. C# is an object-oriented…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
- Ex_Files_Unity_3D_2021_EssT_Ch2.zip
- Ex_Files_Unity_3D_2021_EssT_Ch3.zip
- Ex_Files_Unity_3D_2021_EssT_Ch4.zip
- Ex_Files_Unity_3D_2021_EssT_Ch5.zip
- Ex_Files_Unity_3D_2021_EssT_Ch6.zip
- Ex_Files_Unity_3D_2021_EssT_Ch7.zip
- Ex_Files_Unity_3D_2021_EssT_Ch8.zip
- Ex_Files_Unity_3D_2021_EssT_Ch9.zip
- Ex_Files_Unity_3D_2021_EssT_Ch10.zip
- Ex_Files_Unity_3D_2021_EssT_Ch11.zip
- Ex_Files_Unity_3D_2021_EssT_Ch12.zip
- Ex_Files_Unity_3D_2021_EssT_Ch13.zip
- Ex_Files_Unity_3D_2021_EssT_Ch14.zip
- Ex_Files_Unity_3D_2021_EssT_Ch15.zip
- Ex_Files_Unity_3D_2021_EssT_Final_Resources.zip