About 16,700 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. Can't open a project in unity, because it keeps loading infinitely

    Reinstalling Unity and Unity Hub are just desperation steps. Opening a project doesn't modify either installation and if it was corrupted in some way it's unlikely everything but loading your specific …

  3. How to set text in InputField in UnityEngine by code

    Oct 23, 2022 · My problem is that after my changes in code, Unity doesn't do any actions with InputField (after starting the game, I mean). I want that after setting text value for InputField, this one changes in...

  4. Cannot find UnityEngine.InputSystem - Stack Overflow

    Apr 10, 2021 · Unity Editor should now get re-launched on it's own, wait for that to happen If Visual Studio is open, close it Open Visual studio - right click on the Assets folder and select Open C# …

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

  6. Unity type or namespace name 'InputSystem' does not exist in the ...

    Aug 28, 2020 · I have installed the new InputSystem package in my Unity project. I have set the input to "new inputsystem" in the Unity Player Settings. I have quit and restarted both Unity and …

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

    6 days ago · I’m stuck with a common gameplay problem in Unity. Player uses CharacterController There is a moving vehicle (train/bus), moving via transform / spline Player can enter the vehicle, walk …

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

    Feb 14, 2011 · 3 Unity supports: 1. UnityScript (Is known as Javascript but includes more functionality for the Unity game engine. I think this could be very easy to learn) 2. Boo (No experience) 3. C# (I …

  9. unity game engine - Why unityengine.ui is not recognized ... - Stack ...

    Mar 31, 2021 · UnityEngine.UI namespace is a part of the aditional package called Unity UI, and it seems you don't have it imported in the project. Click on Window on the top-left menu in Unity Editor …

  10. unity game engine - 'Input' is an ambiguous reference between ...

    May 13, 2024 · using UnityEngine; using UnityEngine.Windows; The problem lies in the fact that both these namespaces contain a definition for Input. As you apparently want to use UnityEngine.Input, …