About 347,000 results
Open links in new tab
  1. Getting Started | Page 59 - Unity Forum

    Oct 24, 2022 · Getting acquainted with Unity? This is the place for you! Check out the Learn section and the Documentation

  2. What is a NullReferenceException, and how do I fix it?

    I have some code and when it executes, it throws a NullReferenceException, saying: Object reference not set to an instance of an object. What does this mean, and what can I do to fix …

  3. How to make gameplay ignore clicks on UI Button in Unity3D?

    Here's how you do it in Unity today: Naturally you'll have an EventSystem in the hierarchy - just check that you do. (You get one of those automatically when, for example, you add a Canvas; …

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

    In Unity, I have an idea for a simple game where, if a child object collides with an object tagged "wall" and presses the W button, the parent object moves towards the collided object. ...

  5. Unity Scene rotation arrows went missing suddenly

    How to enable the one that allows me to rotate the scene during development in unity (Scene Gizmo), which is the one located at the top right of the scene. That one suddenly disappears …

  6. Unity UI button not reacting to clicks or hovering

    Unity UI button not reacting to clicks or hovering Asked 9 years, 3 months ago Modified 1 year, 4 months ago Viewed 117k times

  7. How can I globally set the PATH environment variable in VS Code?

    Originally I have Exec=/usr/bin/code-oss --unity-launch %F . Just changed to Exec=zsh -c "source ~/.zshrc && /usr/bin/code-oss --unity-launch %F" since I use zsh, instead of bash. But if you …

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

  9. Unity: Detect Child Trigger inside Parent Script - Stack Overflow

    May 31, 2022 · 1 I am currently learning how to make games in Unity and I want to detect when a Child's collider is being triggered to apply the damage to the thing being hit. But I'm confused …

  10. Unity - How to stop Play Mode in case of infinite loop?

    I just got into this situation: accidental infinite loop, stuck in play mode on a scene with unsaved work, Unity unresponsive. But I was lucky enough to have Monodevelop open, even though I …