About 357,000 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. Unity: Conflict between new InputSystem and old EventSystem

    Nov 26, 2020 · Unity will restart. Now your problem should be solved. You will be able to use old input system packages and the new ones also simultaneously. Cheers. P.S. Click on this …

  3. 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 …

  4. Unity - Checking if the player is grounded not working

    Jun 14, 2017 · Seems like the player is not jumping. I am using Unity 5.5.1 – user7564765. Commented Jun 14, 2017 at 9:03.

  5. 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. …

  6. How to make game object transparent in unity - Stack Overflow

    Jun 28, 2022 · In Unity 5, the best way (TO MAKE AN OBJECT INVISIBLE) that worked for me was to: Set all of the game object's materials you want to be invisible to transparent under the …

  7. I can't activate the license in unity hub - Stack Overflow

    Nov 17, 2019 · install Unity 2021.2.8 from above archive, it complains about no found of Unity Hub. But it can still utilize the license from previous step. Open 2021.2.8 editor with new …

  8. Unity how to reference an object from a different one

    Mar 13, 2014 · I'm learning Unity and for what I know you can add components to an object, so let's say I do have an object with a component "Move" where you use the Unity API to do …

  9. 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 …

  10. Unity Hub "Install failed: Validation failed" message whenever I try …

    Feb 21, 2024 · Unity Hub is missing permissions, and says "user did not agree to the UAC prompt and the process was not started".

Refresh