About 495,000 results
Open links in new tab
  1. How to change text by script in Unity - Stack Overflow

    May 6, 2021 · Here in Unity, you have a component-oriented design. Text and Button are just Components of GameObject entities. Most parts of your game scripts are also Components …

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

  3. How to pass data (and references) between scenes in Unity

    Unity will always destroy its Object even if they are declared with the static keyword. See #2 for a workaround. 2.Use the DontDestroyOnLoad function. You only need to use this if the data to …

  4. what is the difference between Update & FixedUpdate in Unity?

    Dec 24, 2015 · FixedUpdate is used for being in-step with the physics engine, so anything that needs to be applied to a rigidbody should happen in FixedUpdate. Update, on the other hand, …

  5. How to install android build support for unity manually (unity hub)?

    Nov 17, 2018 · I used Unity Hub downloaded latest Unity Editor, it works fine for editor,document and language packs, but can not download android build support. Just told me download failed …

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

    Jul 23, 2015 · Changing color of of gameObject in Unity Asked 10 years, 5 months ago Modified 9 years, 7 months ago Viewed 39k times

  7. In Unity, how can I pass values from one script to another?

    Dec 15, 2012 · 31 In Unity, I want one object to have a falling speed variable that all the other objects can access. For various reasons, I can't use the inbuilt gravity for what I'm trying to do. …

  8. windows - Unity hub not logging in - Stack Overflow

    Apr 23, 2022 · What registry key was that specifically? Been trying to get that solved for weeks already. Only way it functions is by downgrading Unity Hub to 2.x and hope it doesn't auto …

  9. Unity - How to detect collision on a child object from the parent ...

    Jan 30, 2017 · When a collision occurs, Unity will search up the hierarchy for the nearest Rigidbody and run any scripts on that same GameObject. So, the simple approach is to make …

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