About 557,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. download - Unity: Editor application Install failed: Unity Hub does …

    Nov 8, 2022 · I have tried repeatedly without success to install a late version of Unity (2021.3.13f1 and 2021.3.12f1) from Unity Hub 3.3.0 on my MacBook Pro 16 (running macOS Monterey …

  3. Unity - Apply Post-Processing Effects to all UI Elements

    Jul 30, 2017 · I have been learning to use Unity's Post-Processing Effects but I cannot work out how to apply these effects to any UI Elements. I would like to try and add a bloom effect and …

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

    Sep 5, 2018 · The first is for quickly typing common Unity patterns and the second is for showing Unity Debug warnings and errors as you type instead of saving and going back to Unity and …

  5. Changing color of of gameObject in Unity - Stack Overflow

    Jul 23, 2015 · Changing color of of gameObject in Unity Asked 10 years, 1 month ago Modified 9 years, 2 months ago Viewed 39k times

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

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

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

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

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

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