About 13,200 results
Open links in new tab
  1. Visual Studio Code can't see Unity API?

    Sep 3, 2019 · I followed the official step-by-step "Visual Studio Code and Unity" guide, but it seems I messed up something, because Intellisense doesn't see any Unity related stuff. Like the …

  2. Unity - change API level - Game Development Stack Exchange

    Aug 1, 2020 · Searching Unity Android API Level will lead you to the documentation for Android Player Settings, including: Minimum API Level Minimum Android version (API level) required to run the …

  3. get; set;}" in Unity mean? - Game Development Stack Exchange

    It is also useful to know how to use properties because they are treated differently from regular fields in reflection, and many tools (Unity included) use reflection to find and identify data associated with …

  4. How do I use Android's adaptive icons in Unity?

    How can I target API 26+ while utilizing Android's adaptive icons? In your Player Settings under Android on Unity 2018 or higher, there is a spot in the Icon's section to set your icons.

  5. unity - FindObjectOfType vs FindFirstObjectByType - Game …

    Feb 24, 2023 · Unity has two functions, with seemingly identical purposes, for finding an object by type. Object.FindObjectOfType<T>() which has been around forever. The first active loaded object …

  6. unity - How can I get Steam username and avatar image from …

    May 20, 2020 · 2 After I downloaded leaderboard data (using the Steamworks.NET API), I couldn't find any related info about the user's name and the avatar picture. The only thing I can get is a …

  7. unity - What's the difference between FindObjectsByType and ...

    Mar 6, 2023 · When you want to know the rationale for a particular addition to the API, a good place to start is the release notes for the relevant update. I found this just by searching "unity …

  8. unity - How to fix Gradle errors about API level, androd.enableR8, and ...

    Jan 15, 2023 · The folder path should contain the lib folder which Unity will be needing. In Edit/Preferences/External Tools, untick the gradle checkbox and paste the folder path to your gradle …

  9. multithreading - How to not freeze the main thread in Unity? - Game ...

    Dec 16, 2015 · Because Unity uses a somewhat older subset of .NET, there are some newer threading features and libraries we can't use out of the box, but the basics are all there. As Almo notes in a …

  10. SerializeField and Range (0, 1) in Unity3D - Game Development Stack ...

    Aug 25, 2016 · [SerializeField] and [Range(x,y)] are both attributes, which can offer powerful utility to your script. If you are ever unsure of an attribute (or even if you are just curious) you should have a …