About 50 results
Open links in new tab
  1. Unity Hub "Install failed: Validation failed" message whenever I try …

    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 …

  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 …

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

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

  5. Unity missing reference at Library/PackageCache/

    Jan 2, 2016 · Here are a few suggestions for tracking down the issue. Hard to tell what is missing. close unity and delete Library and obj folders. Then open Unity again. It will re-sync those …

  6. Serialize and Deserialize Json and Json Array in Unity

    Mar 27, 2016 · Finally got serialization that supports polymorphism in Unity now thanks to this package. In Unity, just open the Package Manager windows, and then choose to add a …

  7. c# - Fail to load Unity project in Vscode - Stack Overflow

    Jul 19, 2023 · `*[warning] The project file 'c:\Users\User\Unity\My project\Assembly-CSharp.csproj' is in unsupported format (for example, a traditional .Net Framework project). It need be …

  8. How to pass data (and references) between scenes in Unity

    Unity will always destroy its Object even if they are declared with the static keyword. See #2 for a workaround. 2.Use the DontDestroyOnLoad function. You only need to use this if the data to …

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

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