About 51 results
Open links in new tab
  1. Unity Forum

    Unity Forum

  2. Unity Hub "Install failed: Validation failed" message whenever I try to ...

    Jul 19, 2023 · Unity Hub is missing permissions, and says "user did not agree to the UAC prompt and the process was not started". How can I fix this? Here are the relevant logs: …

  3. How to make the script wait/sleep in a simple way in unity

    There are many ways to wait in Unity. They are really simple but I think it's worth covering most ways to do it: 1.With a coroutine and WaitForSeconds. This is by far the simplest way. Put all the code that …

  4. Unity ScriptableObjects - Read-only fields - Stack Overflow

    May 12, 2022 · Unity ScriptableObjects - Read-only fields Asked 3 years, 9 months ago Modified 3 years, 4 months ago Viewed 5k times

  5. What Language is Used To Develop Using Unity - Stack Overflow

    Feb 14, 2011 · What language does one need to use when programming with Unity? Or is it an API for many languages? I read through the docs and I guess I missed the point on the language used. It …

  6. Rotate object in Unity 3D - Stack Overflow

    transform.rotation = Quaternion.LookRotation(Input.acceleration.normalized, Vector3.up); But i would like to rotate object like for example screen is rotating - 0, 90, 180 and 360 degrees. How can I do it …

  7. How to prepare a Unity project for git (step-by-step)?

    Sep 16, 2022 · What are the detailed steps necessary to prepare a Unity project for committing to a git repository eg. github? I don't want to store unnecessary files (specially temp files and avoid binary …

  8. Unity: Conflict between new InputSystem and old EventSystem

    Nov 26, 2020 · You probably tried to import a new input system package for multiple input devices compatibility. These type of errors are due to conflict between old and new input system packages …

  9. Newest 'unity-game-engine' Questions - Stack Overflow

    1 day ago · Unity 6 URP - Aerosol skybox asset from Unity 2021 shows artifacts (circular patterns and broken bottom) [closed] I've been using Unity for many years now, but I'm new to shader …

  10. Unity - how to make material double sided - Stack Overflow

    Unity - how to make material double sided Asked 9 years ago Modified 2 years, 1 month ago Viewed 107k times