Search code examples
c#unity-game-engineunityscript

How do I change script language from C# to UnityScript?


When I click my script in Unity (Which has the C# symbol), it opens MonoDevelop with C# code, but I want to write code using UnityScript instead, how do I go about doing this?


Solution

  • Right Click inside the Project Tab, go to Create->Javascript.

    enter image description here