From the course: Cert Prep: Unity Certified Associate Game Developer Scripting with C#

Unlock the full course today

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

Creating C# files

Creating C# files

- In this chapter, we'll look at getting started with the C# scripting language. You'll need to learn and to use this language If you want to create interactive behaviors here inside Unity. if you want characters in your games to be able to run, jump, and respond, to player commands then you'll need to know C# script. If you're making simulations or visualizations where different areas of the scene have to respond in different ways, then again you all need to learn C# scripting. In this movie we'll see how to create a C# script inside Unity and open that inside an editor for editing and tweaking. To start, I'm going to create a new C# script file. You'll need to create one of these every time you want to customize the behavior of an object. I'll move down here to the project panel and right click and choose create and then select C# script from the menu. This isn't the only way you can create a C# script. You can…

Contents