About 347,000 results
Open links in new tab
  1. 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 …

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

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

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

  4. How to change text by script in Unity - Stack Overflow

    May 6, 2021 · Here in Unity, you have a component-oriented design. Text and Button are just Components of GameObject entities. Most parts of your game scripts are also Components …

  5. Unity, rotating a Vector3 along an axis - Stack Overflow

    Dec 22, 2022 · For example, I have a Vector3 and I waant to rotate it relatively Y-axis (Vector3.up). Can I do it using built-in methods, or should I use coordinate geometry and …

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

  7. Rotate object in Unity 3D - Stack Overflow

    Jan 14, 2022 · 16 I can use the following code to rotate object using accelerometer. transform.rotation = Quaternion.LookRotation(Input.acceleration.normalized, Vector3.up); But i …

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

    Jun 28, 2022 · 1 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 …

  9. In Unity (C#), why am I getting a ... - Stack Overflow

    Jun 16, 2020 · In Unity (C#), why am I getting a NullReferenceException and how do I fix it? [duplicate] Asked 5 years, 4 months ago Modified 4 years, 6 months ago Viewed 15k times

  10. Unity UI button not reacting to clicks or hovering

    Unity UI button not reacting to clicks or hovering Asked 9 years, 3 months ago Modified 1 year, 4 months ago Viewed 117k times