About 77,300 results
Open links in new tab
  1. How to make the script wait/sleep in a simple way in unity

    In Unity when exiting Play mode and returning to Edit mode you can make use of EditorApplication.playModeStateChanged specifically …

  2. What Language is Used To Develop Using Unity - Stack Overflow

    Feb 14, 2011 · Unity supports: 1. UnityScript(Is known as Javascript but includes more functionality for the Unity game engine. I think this could be very easy to learn) 2. Boo (No …

  3. Unity - stop animation loop - Stack Overflow

    Aug 30, 2015 · How can I stop make unity continuous looping . what I have done . 1- I add animator to my object. 2- I create animator controller . 3- I create my animation. 4- finally link …

  4. How To Play Animation Through Script? - Unity - Stack Overflow

    Jun 2, 2020 · I am making a game and I made an animation for the win screen. According to all the tutorials I've watched, the animation is played when you activate the GameObject. …

  5. unity game engine - Accessing a variable from another script C

    Can you tell me how to access a variable of a script from another script ? I have even read everything in unity website but I still can’t do it. I know how to access another object but not …

  6. Changing color of of gameObject in Unity - Stack Overflow

    Jul 23, 2015 · Okay so I have this code. void Start () { gameObject.GetComponent<Renderer> ().material.color = Color.green; } I expected my …

  7. How to select GPUs for rendering in Unity? - Stack Overflow

    Jul 7, 2016 · There is a Unity command line option -gpu # which lets you select which GPU Unity apps run with . UnityApp.exe -gpu 1. editor.exe -gpu 0. I haven't seen this command line …

  8. Rotate object in Unity 3D - Stack Overflow

    Feb 22, 2015 · If you are looking to add this to a game object where you can drop the game object into the script: using System.Collections; using System.Collections.Generic; using …

  9. Unity. How to turn the player in the direction of movement

    Jul 9, 2020 · Don't use transform.forward and transform.right to make your move vector, just make it in world space. Then, you can set transform.forward to the move direction.

  10. How to Rename a Unity Project? - Stack Overflow

    Aug 22, 2017 · If your project is in any way using Unity services (cloud things), then rename the project via its Unity (web-based) dashboard. Quickest way is using the three dots inside the …

Refresh