About 77,800 results
Open links in new tab
  1. unityscript - How does scripting in unity work? - Stack Overflow

    Nov 20, 2013 · These scripts can be written in C#, Javascript (more often referred to as 'Unityscript', which is the altered version of Javascript that devs can use), or a variant of …

  2. unity game engine - UnityScript vs Javascript - Stack Overflow

    Mar 22, 2015 · Unity uses a custom JavaScript variant also known as UnityScript which it historically and still today commonly (but inconsistently) refers to as "JavaScript," including as …

  3. 'unityscript' tag wiki - Stack Overflow

    UnityScript was one of the scripting languages used by the unity-game-engine prior to version 2018.2. It features classes, strict typing, and is generally developed within the mono …

  4. c# - Modifying Unity Game - Stack Overflow

    Jul 28, 2022 · I am trying to modify a unity game by changing lines in managed/Assembly-UnityScript.dll but it doesn't seem to work. However when I make changes in …

  5. syntax - Basic Functions in unityscript - Stack Overflow

    Feb 28, 2013 · UnityScript is the name used by people who want to point out that Unity's Javascript is very different from the traditional version of Javascript used in browsers.

  6. C# version of Array.Unshift() from UnityScript? - Stack Overflow

    Feb 22, 2014 · I'm trying to write a simple chat box, and I found a really simple piece of code for it on the unity forums, but its in UnityScript (similar to JavaScript). I tried to convert the code to …

  7. unityscript - How to get/change Image Source name with code in …

    Dec 23, 2015 · we made a script and need to get the image name, we implement this task with a clumsy way below, but we still want to know whether there is a way to get the image name …

  8. Unity multiple collider on same object - Stack Overflow

    May 8, 2015 · I am using several box colliders on the same GameObject, the question is, is it possible to refer to each of those colliders separately using …

  9. Newest 'unityscript' Questions - Stack Overflow

    UnityScript was one of the scripting languages used by the unity-game-engine prior to version 2018.2. Sign up to watch this tag and see more personalized content

  10. unityscript - How to make camera follow a car? - Stack Overflow

    Sep 24, 2015 · What I recommend for this type of game (where the camera is set to follow a certain object, from place A to place B) is to parent an empty gameobject where you want the …