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 ...
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.
...
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 ...
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 ...
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 ...
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. ...
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 ...
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 ...
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 <...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
api × 14unity × 4
steam × 3
android × 2
client-server × 2
steamworks × 2
c++ × 1
opengl × 1
multiplayer × 1
python × 1
blender × 1
server × 1
databases × 1
godot-4 × 1
editors × 1
licensing × 1
google-play × 1
video × 1
prefabs × 1
photon × 1
authentication × 1
discord × 1