Top "Unityscript" questions

DO NOT use this tag to describe Unity scripts which are written in C#! UnityScript is a separate language and should be used only on questions explicitly using that language.

Performing simple network call to retrieve JSON in Unity?

I have looked at the network documentation for Unity and most examples seem to be related to networking your game …

c# unity3d unityscript
unity3d move by touching

I'm going to create Android app where I move gameObject on X and Z cords by touching,gameObject have to …

unity3d unityscript
Unity global mouse events

Most Unity tutorials suggest using Mouse events within the Update function, like this: function Update () { if (UnityEngine.Input.GetMouseButton(1)) { } } This …

events unity3d mouse unityscript mousedown
Why doesn't MonoDevelop code completion work for objects?

I am using MonoDevelop 2.4.2, and code completion works fine for everything inside my class scope. But it doesn't work for …

autocomplete unity3d monodevelop unityscript
Can I use Java script language in Unity3d 2017.2?

I notice that in MonoDevelop editor the auto correction for javascript it doesn't work . Does this mean that Unity is …

javascript unity3d unityscript