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

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

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

    Jul 25, 2018 · 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 …

  4. unity - How to fix Gradle errors about API level, androd.enableR8, …

    Jan 15, 2023 · In my case the issue was in Target Level API. By default API 34 was set. After changing it to API 33 gradle built my project. Probably the root cause is API 34 in beta at this …

  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 …

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

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

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

    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 …

  10. unity - UnityPlayerActivity.java uses or overrides a deprecated API ...

    Mar 26, 2022 · UnityPlayerActivity.java uses or overrides a deprecated API Ask Question Asked 3 years, 8 months ago Modified 3 years, 8 months ago