About 13,700 results
Open links in new tab
  1. 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

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

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

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

  6. 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...

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

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

  9. unity game engine - Unity3d new UI: How to set button's interactable ...

    Mar 7, 2015 · I believe the most proper way to make such button is like this: Create a new Button, remove default child Text. Set Width and Height of Button as you need for hitzone size. Add Vertical …

  10. Unity Buttons: non-rectangular shape - Stack Overflow

    Jul 27, 2020 · Please see the image attached to understand me. You can see Button One and Button two. But unfortunately buttons are always rectangular but i want it to be parallelogram shape. Please …