Ask a Question
Can I make a direct connection to a Microstorage Mongo Database?
Can I get the connection string to connect directly to the Mongo Database?
How do I use Beamable Notifications to asynchronously send information from server to client?
Normally when I invoke C# Microservice ClientCallable methods, the way that the server gives information back to the client is by way of the return value from the ClientCallable. What if I have "fire and forget" logic that is meant to run longer than the request/response pattern of a usual ClientCallable invocation? Is there a way to send server-to-client information "out of band"?
How can I manually validate Content with C# in the Unity Editor?
There is a validate button in the Content Manager, and it validates content and shows any errors in a popup window. Can I call this function from C#? Can I get a list of content validation exceptions?
Service Call Limits
Do you have limits on service calls (concurrent requests, count per player, microservice call duration, memory usage, etc) and/or player data (storage size, number of keys, I/O transfer)?
How do I find my CID?
The portal login and other places asks for a CID. How do I find that?
Is it possible to get the player count on a leaderboard with one API call ?
Is it possible to get the player count on a leaderboard with one API call ? If it is, is there any documentation on it ? I didn't find it online.
How do I resolve a "BsonSerializationException": "Element name '\_id' is not valid'. " when trying to use the CRUD Update Extension for Mongo?
Currently, I have a problem with the CRUD Update extension for Mongo. It requires the ID as string and the document to update.
I don't have my CID. How can I find it again?
I can't seem to find my CID to log in. How can I find it?
How do I create SimGameType Content?
Hi team, I'm working on adding basic matchmaking for our PvP mode. Should I be seeing a SimGameType content item in the Content group/content list?? It looks like creating a SimGameType content is one of the first steps but I'm not seeing how/where to do it. Thx for any info.
Using admins tokens from a secure context
How can we use admin tokens from a secure context (server-to-server)?