Legacy Documentation: Version 2018.2 (Go to current version)
Wheel Collider Tutorial
Scripting Overview
Other Versions

Scripting

Scripting is an essential ingredient in all games. Even the simplest game needs scriptsA piece of code that allows you to create your own Components, trigger game events, modify Component properties over time and respond to user input in any way you like. More info
See in Glossary
, to respond to input from the player and arrange for events in the gameplay to happen when they should. Beyond that, scripts can be used to create graphical effects, control the physical behaviour of objects or even implement a custom AI system for characters in the game.

Scripting is a skill that takes some time and effort to learn. The intention of this section is not to teach you how to write script code from scratch, but rather to explain the main concepts that apply to scripting in Unity.

Related tutorials: Scripting

See the Knowledge Base Editor section for troubleshooting, tips and tricks.

Did you find this page useful? Please give it a rating:

Wheel Collider Tutorial
Scripting Overview