Version: 2017.3 (switch to 2017.4)
Wheel Collider Tutorial
Scripting Overview
Other Versions

Scripting

Scripting is an essential ingredient in all games. Even the simplest game needs scripts, 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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答