About 20,300 results
Open links in new tab
  1. OnTriggerEnter Colliders In Unity3D C# - Stack Overflow

    Dec 18, 2021 · I am very confused on how OnTriggerEnter works, or Colliders in Unity in general. I am trying to add a collision test that, if the bullet hits an object, it plays a particle system and debugs …

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

    Jun 2, 2020 · I am making a game and I made an animation for the win screen. According to all the tutorials I've watched, the animation is played when you activate the GameObject. However, it plays …

  3. Unity3D : Blur the background of a UI canvas - Stack Overflow

    19 I'm trying to create a blur effect on the background of a UI window for my game in Unity3D. One of the best examples I can think of right now is Heroes Of The Storm, notice how the background of the …

  4. c# - Cube Falling through the terrain - Unity3D - Stack Overflow

    Mar 8, 2021 · Thank you for your reply but as mentioned, both have a collider and there aren't really much to check on the Terrain Collider as there are only 3 options in it (or can you please suggest any …

  5. Get text from Input field in Unity3D with C# - Stack Overflow

    Feb 2, 2015 · 19 I'm trying to get a text inside an inputField in Unity3D with C#. I've placed an inputField in my editor, renamed and tagged in: Username_field. My question is: How i can get the text inside …

  6. c# - In unity3D, Click = Touch? - Stack Overflow

    Mar 17, 2014 · Short answer: yes, touch may be handled with Input.GetMouseButtonDown(). Input.GetMouseButtonDown(), Input.mousePosition, and associated functions work as tap on the …

  7. c# - Unity3D Player movement script - Stack Overflow

    Sep 24, 2016 · Unity3D Player movement script Asked 9 years, 2 months ago Modified 5 years, 7 months ago Viewed 39k times

  8. Create local database in unity3d - Stack Overflow

    Sep 4, 2014 · I'm planing to develop a game in Unity3D. I didn't choose yed if it will be in javascript, c# script or boo, as the developing languages that unity IDE offers. In my game I need to store the game ...

  9. user interface - Unity3D: How to detect when a button is being held ...

    Apr 1, 2019 · I have a UI button. I want to show a text when the user is pressing the button and hide the text when the user releases the button. How can I do this?

  10. Programmatically change Dropdown Menu Options in Unity3D

    Oct 26, 2015 · i got Unity3D 5.2 and use the Dropdown GUI element for the first time. It is easy to use in the insepctor but i want the Options to show, be dependent of my files in Resources/Shapes/ So the …