About 573,000 results
Open links in new tab
  1. How to make the script wait/sleep in a simple way in unity

    In Unity when exiting Play mode and returning to Edit mode you can make use of EditorApplication.playModeStateChanged specifically …

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

  3. Unity: "The referenced script (Unknown) on this Behaviour is …

    Mar 3, 2019 · The Editor script on the below page from Gigadrill Games did the job for me. Many thanks to them for creating this - missing scripts is a regular problem I have with my Unity …

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

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

  5. Reload Scripts Assemblies (busy for long time) Unity Freezes

    May 4, 2022 · Whenever I make any changes in scripts, even small changes, Unity script assemblies take too much of time to compile and load. Sometimes it freezes Unity entirely and …

  6. Unity - how to make material double sided - Stack Overflow

    Search for the issue gives a number of solutions, but they don't work for some reason in mine Unity3D 5.4. Like camera inside a sphere I do not see cull and/or sides in material in Unity …

  7. In Unity (C#), why am I getting a ... - Stack Overflow

    Jun 16, 2020 · In Unity (C#), why am I getting a NullReferenceException and how do I fix it? [duplicate] Asked 5 years, 1 month ago Modified 4 years, 3 months ago Viewed 15k times

  8. c# - How to set up unit tests in Unity and fix missing assembly ...

    May 8, 2018 · In order to do that you need to define both assemblies and then set up the reference in unity. Create your tests as usual from inside Unity. With the generation of the …

  9. I can't activate the license in unity hub - Stack Overflow

    Nov 17, 2019 · A horrible and crazy bug for sure, unity should be at least a little ashamed. Also, I've seen a LOT of different solutions work for this kind of bug, so I do apologize if my solution …

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