About 381,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 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 …

  3. Cannot finish the game in Unity using Application.Quit()

    Dec 21, 2021 · You can quit a game in Unity by calling the Application.Quit function, which will close a running application. However, while this works to end a built application, Application …

  4. How to make an enum-like Unity inspector drop-down menu from …

    I'm making a Unity C# script that is meant to be used by other people as a character dialog tool to write out conversations between multiple game characters. I have a DialogueElement class …

  5. In Unity, how can I pass values from one script to another?

    Dec 15, 2012 · 31 In Unity, I want one object to have a falling speed variable that all the other objects can access. For various reasons, I can't use the inbuilt gravity for what I'm trying to do. …

  6. How to Rename a Unity Project? - Stack Overflow

    If your project is in any way using Unity services (cloud things), then rename the project via its Unity (web-based) dashboard. Quickest way is using the three dots inside the Unity launcher, …

  7. How to jump in Unity 3d? - Stack Overflow

    Oct 14, 2019 · How to jump in Unity 3d? Asked 6 years, 1 month ago Modified 1 year ago Viewed 80k times

  8. Unity - stop animation loop - Stack Overflow

    Aug 30, 2015 · How can I stop make unity continuous looping what I have done 1- I add animator to my object. 2- I create animator controller 3- I create my animation 4- finally link my …

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

  10. Unity - converting a Quaternion to a Vector3 - Stack Overflow

    Unity - converting a Quaternion to a Vector3 Asked 5 years, 3 months ago Modified 5 years, 3 months ago Viewed 18k times