About 14,600 results
Open links in new tab
  1. How to make an invisible transparent button work?

    Apr 27, 2016 · Looking at some of the answers in the Unity forums and Q&A site, the answers for how to make an invisible button do not work because taking away the image affiliated with the button makes …

  2. How to load next scene when pressed a button while playing in unity

    Dec 2, 2021 · How to load next scene when pressed a button while playing in unity Asked 4 years ago Modified 2 months ago Viewed 15k times

  3. How to make Buttons interact immediately Unity UI?

    Oct 12, 2024 · -1 So, if I press the button and hold it, the button will "wait" until I get my MouseCursor or Finger of the button and just then the button triggers the code. How to make so that the code will be …

  4. How to trigger the On Click function of a button in Unity?

    Dec 10, 2020 · I have a button with a click handler assigned to it. In my script I want to trigger that click function without the user clicking the button. How can I do this? I figured with …

  5. c# - Add button to Unity3d editor - Stack Overflow

    In Unity3D, I can have a property field appear in the editor by simply adding a public property to the class. Is it possible to add a button next to this field that opens up a file browser that pop...

  6. How to set an inactive object active in Unity? - Stack Overflow

    Aug 25, 2022 · If Game Object is inactive, its update won't be called, that's why you aren't seeing your button appear. Turn off buttons graphics instead of disabling whole gameObject. Alternatively you …

  7. How to Get UI button to Stay in a Pressed State in Unity 3D

    Mar 11, 2020 · In Unity 3D, when you select a button, it will stay pressed until you click outside the button and basically goes back to its Normal Color. The problem is, I want the button to stay pressed …

  8. c# - How to jump in Unity 3d? - Stack Overflow

    Oct 14, 2019 · How to jump in Unity 3d? Asked 6 years, 2 months ago Modified 1 year, 1 month ago Viewed 80k times

  9. How do I make a UI button follow a 2d game object?

    Oct 21, 2020 · -1 new to unity and have stumbled into a problem. I am unsure about how to make a UI button on a canvas follow a rigidbody game object in the 2D screen space. I want to make the …

  10. How to simulate a key press on button click - Unity

    Feb 22, 2018 · I'm very new to scripting in Unity, I'm trying to create a button, and once clicked it needs to simulate the 'F' Key being pressed (To pick up an item) Here is the current code I have, I've looked …