About 483,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 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. Can't add modules to installed Unity editors - Stack Overflow

    Jun 29, 2019 · I've solved the issue by reinstalling the Unity Editor version I was using via the Unity Hub. It seems that Unity Hub doesn't have the option to add modules to Unity Editor versions which have …

  4. No android device found in unity - Stack Overflow

    Apr 24, 2016 · Thank you! I had a similar problem via TCPIP - in my case adb from the command line was connected but unity (2019.4.18f1) on PC couldn't find the device and in fact every time I …

  5. VS Code IntelliSense not working for Unity3d - Stack Overflow

    Jan 20, 2020 · In Unity, ensure .csproj files are created 3.1) Unity > Preferences > External Tools > change External Script Editor setting to "Visual Studio Code" 3.2) Unity > Preferences > External …

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

    Actually I wasn´t able to do anything else with Unity until I restarted it. My question is, does anyone know how to stop the Play Mode in Unity gracefully? Is there any shortcut or some lines of code to force a …

  7. Change color of text during runtime (Unity)? - Stack Overflow

    Apr 28, 2015 · I have a GameObject embedded inside my Canvas that has a " Text (Script) " Component. I wish to alter the color.a attribute during runtime of that element. Does anybody have …

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

    Oct 21, 2013 · 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 rendering …

  9. Unity UI button not reacting to clicks or hovering

    30 I'm using Unity 3D's new UI system to build a pause menu for my game. Currently I'm trying to have my buttons respond to mouse clicks. Some of my hierarchy is as follows: When I click on one of my …

  10. Make child unaffected by parents rotation Unity - Stack Overflow

    Sep 5, 2018 · Make child unaffected by parents rotation Unity Asked 7 years, 3 months ago Modified 3 years, 5 months ago Viewed 53k times