About 599,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 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 …

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

  4. Unity UI button not reacting to clicks or hovering

    29 I'm using Unity 3D's new UI system to build a pause menu for my game. Currently I'm trying to have my buttons respond to mouse clicks. Some of my hierarchy is as follows: When I click on …

  5. Changing color of of gameObject in Unity - Stack Overflow

    Jul 23, 2015 · Changing color of of gameObject in Unity Asked 9 years, 11 months ago Modified 9 years, 1 month ago Viewed 39k times

  6. How to scroll to a specific element in ScrollRect with Unity UI?

    Jun 11, 2015 · I built a registration form for a mobile game using Unity 5.1. To do that, I use Unity UI components: ScrollRect + Autolayout (Vertical layout) + Text (labels) + Input Field. This part …

  7. How to detect click/touch events on UI and GameObjects

    Dec 30, 2016 · How to detect UI object on Canvas on Touch in android? For example, I have a canvas that have 5 objects such as Image, RawImage, Buttons, InputField and so on. When I …

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

  9. How to fix ''Gradle Build Failed'' on Unity? - Stack Overflow

    Oct 30, 2021 · 0 I upgraded the product from unity 2020.3.9f1 to 2022.3.16f1, unchecked everything under the "build" like the custom main manifest. Re importer the admob plugin and …

  10. Unity, rotating a Vector3 along an axis - Stack Overflow

    Dec 22, 2022 · For example, I have a Vector3 and I waant to rotate it relatively Y-axis (Vector3.up). Can I do it using built-in methods, or should I use coordinate geometry and …