From the course: Unity 2023 Essential Training

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Introduction to C# programming

Introduction to C# programming - Unity Tutorial

From the course: Unity 2023 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 as not a full C# Programming language overview. If you plan on creating games or any project that requires lots of scripting first, follow along and 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 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 script we'll create soon. It supports other .NET languages but I strongly recommend you stick to C# since all documentation on Unity Site is based off this language. C# is an object oriented language, and you…

Contents