Skip to main content
5 votes

Test Steam APIs without paying the fee

Just pass gameID 480 (Spacewar) when you call SteamAPI.RestartAppIfNecessary. The Steamworks documentation explicitly says to do this if you don't have an allocated ...
KatDevsGames's user avatar
3 votes
Accepted

Does Steam have an API for sales data?

At this spot in the Steamworks Quick Tips - UTM Analytics on Steam video you can see an option in the lower right corner for downloading UTM data as a CSV: Documentation for UTM is available here. ...
Pikalek's user avatar
  • 13.4k
2 votes

How does Discord get Overwatch 2 player status from battle.net APIs?

First, as indicated in the comments, the "Playing [game name]" status is not unique to Overwatch 2. Discord can look at the client side processes, match them against a database & update ...
Pikalek's user avatar
  • 13.4k
2 votes

Unity - change API level

This question doesn't demonstrate research effort. Searching Unity Android API Level will lead you to the documentation for Android Player Settings, including: Minimum API Level Minimum Android ...
DMGregory's user avatar
  • 141k
1 vote
Accepted

Google Play requires new apps to have API level 33 (starting on Aug, 21, 2023). Can these apps be installed and played on phones with lower API's?

My understanding is that Google Play requires the target API to be 33 or above. Your minimum API will control if your app can be installed on phones with a lower API. So if you want your app to be ...
Tom Tsagkatos's user avatar
1 vote

How to use PUBG API to invite players to my lobby or custom game?

No, this is not possible according to the FAQ: Are custom Games available using the API? Can I use the API to create them? No, creating and controlling custom games is not possible with the API. ...
Zibelas's user avatar
  • 5,012
1 vote

regarding about game servers performance and security

You can do whichever one you want. Note that the second option is more work. Note that the database is already an API, so if you want to put your own API on top of that API you'd better have a good ...
Stack Exchange Broke The Law's user avatar
1 vote
Accepted

How could I put a prefab into a field of a game object using editor API in Unity?

You can just assign the value in code. myGameObject = thingToAssign; You may want to do this in OnValidate or with ...
Evorlor's user avatar
  • 5,881
1 vote

Unity - change API level

Open [Android Studio -> SDK Manager -> Android SDK -> SDK Platforms] and download Android 10.0 (Q) Make sure that in PlayerSettings (Ctrl+Shift+B -> Player Settigns) Target API Level is <...
Whitebrim's user avatar
  • 111

Only top scored, non community-wiki answers of a minimum length are eligible