About 50 results
Open links in new tab
  1. Unity Hub "Install failed: Validation failed" message whenever I try to ...

    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 from Unity …

  2. I cannot understand about the unity documentation explanation of ...

    Jan 24, 2023 · I cannot understand about the unity documentation explanation of 'Magnitude of Vector' Asked 2 years, 11 months ago Modified 2 years, 11 months ago Viewed 1k times

  3. How to make the script wait/sleep in a simple way in unity

    There are many ways to wait in Unity. They are really simple but I think it's worth covering most ways to do it: 1.With a coroutine and WaitForSeconds. This is by far the simplest way. Put all the code that …

  4. c# - Difference between enabled, isActiveAndEnabled and ...

    The Unity documentation says this about the Behaviour.isActiveAndEnabled field: Has the Behaviour had enabled called. True while the behaviour is enabled, false when disabled. And it says this about …

  5. unity - meta quest pro passthrough not workiong - Stack Overflow

    Feb 28, 2023 · In the existing unity program, it was performed using the pass-through of quest. The pass-through was performed well in Unity. When I tried again after 2 weeks, passthrough is not …

  6. how to change sprite ( Source sprite ) into UI Image using a script | unity

    May 17, 2024 · how to change a source sprite to a regular sprite into ui image using a script? I searched in the unity documentation and on youtube but there was no information on new versions

  7. What Is an IEnumerator In C# and what is it used for in Unity?

    Oct 8, 2020 · Recently I saw a tutorial of spawning objects using C# in Unity. In that the teacher used a function like this public IEnumerator CallSpawner() { yield return new WaitForSeconds(0.5f); ...

  8. Unity hover documentation in Visual Studio Code - Stack Overflow

    Apr 14, 2022 · I want to use Visual Studio Code as my editor for c # code in Unity and I want to hover over the code to display a short description of what, for example, the method does. I found this …

  9. c# - What is MonoBehaviour in Unity 3D? - Stack Overflow

    You really should try a search engine before resorting to asking for help. Google "What is a unity3d monobehaviour" - first hit is the official documentation explaining it.

  10. Unity has a documentation problem about Time.fixedDeltaTime?

    May 30, 2023 · In Unity’s Time.fixedDeltaTime documentation it states that " Unity does not adjust fixedDeltaTime based on Time.timeScale." But in Unity’s Time.fixedUnscaleDeltaTime …