About 354,000 results
Open links in new tab
  1. Unity Hub "Install failed: Validation failed" message whenever I try …

    Jul 19, 2023 · The issue is that then when I try to connect Unity to Visual Studio Code, it doesn't fully connect and features like IntelliSense don't work. I suspect this is because I didn't install …

  2. Cannot finish the game in Unity using Application.Quit()

    Dec 21, 2021 · You can quit a game in Unity by calling the Application.Quit function, which will close a running application. However, while this works to end a built application, Application …

  3. c# - Unity - IEnumerator's yield return null - Stack Overflow

    Jan 18, 2017 · I'm currently trying to understand IEnumerator & Coroutine within the context of Unity and am not too confident on what the "yield return null" performs. At the moment i …

  4. How to take a screenshot of the game view in Unity

    Feb 11, 2022 · Select "Unity Registry" instead Type "Recorder" in the search box Select the Recorder and click Install in the lower right corner of the window That's about all you need to …

  5. How do I restart the scene that I'm currently in, through script in ...

    Jan 22, 2021 · 10 I'm trying to find a script for unity 2d. I need one that restarts the scene I've currently loaded. I've tried a couple from the internet, but none of them seem to work. I just …

  6. c# - Scale GameObject in Unity - Stack Overflow

    Aug 31, 2016 · How can I increase / decrease the size of objects in Unity? Example: public GameObject sprite; public float scale = 2.0f; void ScaleResolution() { sprite = sprite*scale; …

  7. c# - How to get intellisense in Visual Studio Code for Unity …

    Sep 5, 2018 · In Unity, click Window, then Package Manager, then look for Visual Studio Code Editor. Expand it by pressing triangle, and upgrade to the latest version (for me, it was 1.2.0.

  8. Unity: Conflict between new InputSystem and old EventSystem

    Nov 26, 2020 · You probably tried to import a new input system package for multiple input devices compatibility. These type of errors are due to conflict between old and new input system …

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

    Nov 17, 2019 · reinstall Unity Hub, not it can see the license, login is also done by itself. Update: To make thing simpler, use a pre-UnityHub version of editor (for me it's Unity 2017.4.40) to …

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

    Jun 2, 2020 · How To Play Animation Through Script? - Unity Asked 5 years, 5 months ago Modified 5 years, 5 months ago Viewed 55k times