Introduction to scripting with Unity

Scripting is how the user defines a gameʼs behaviour (or rules) in Unity. The recommended programming language for Unity is Javascript, however C# or Boo can also be used. This tutorial will cover the fundamentals of scripting in Unity and also introduce key elements of the Application Programming Interface (API). You can think of the API as ... ................
................