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

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…

Contents