About 51 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 packages …

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

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

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

    Feb 14, 2011 · What language does one need to use when programming with Unity? Or is it an API for many languages? I read through the docs and I guess I missed the point on the language used. It …

  5. Newest 'unity-game-engine' Questions - Stack Overflow

    Mar 26, 2016 · In Unity, MonoBehaviours have various method which run automatically when something happens to them/the GameObject they are attached to - e.g. OnDestroy(), OnEnable(), OnValidate() .

  6. c# - Rotate object in Unity 3D - Stack Overflow

    Jan 14, 2022 · But i would like to rotate object like for example screen is rotating - 0, 90, 180 and 360 degrees. How can I do it using Unity 3D?

  7. Unity - How to stop Play Mode in case of infinite loop?

    I just got into this situation: accidental infinite loop, stuck in play mode on a scene with unsaved work, Unity unresponsive. But I was lucky enough to have Monodevelop open, even though I was mainly …

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

    I have even read everything in unity website but I still can’t do it. I know how to access another object but not another variable. This is the situation : I’m in script B and I want to access the variable X from …

  9. Unity - how to make material double sided - Stack Overflow

    Unity - how to make material double sided Asked 9 years, 2 months ago Modified 2 years, 2 months ago Viewed 107k times

  10. android - Gradle build failed in Unity 6 - Stack Overflow

    Sep 23, 2025 · I've tried changing the version many times, and now I'm on Unity 6. I tried changing GradleTemplate.properties, but that didn't help either. I tried building at least for API 35, but that …