Ask a Question
Copying storage across environments
Is there a way in which we want to copy any particular storage from one environment to another (dev-->staging-->production) while promoting a realm?
Can we declare a function both [ClientCallable] and [AdminOnlyCallable]?
Can we declare a function both [ClientCallable] and [AdminOnlyCallable]?
Deleting users from the leaderboards
Does anyone know how to delete players from the Leaderboards (Portal). I realized this whole time I was using the PROD realm, and have about 60 or so player scores created (related to the above issue) that are just my one account multiple times?
Offline mode
Is there a way to call a microservice method when the player's internet stops?
Getting microservices to talk to each other
How do I make my microservices talk to eachother?
Donations
Can groups hold custom data (e.g. for a guild research tree)?
Microservices and Beamable versions
Are there any issues surrounding microservice deployments on different versions of Beamable compared to the client version?
C# Error through and handling using the system.exception class
The BBB sample shows error throwing and handling using the System.Exception class.
-Does it handle serializing arbitrary exceptions or should it specifically use System.Exception at the moment?
-What happens when there are network errors? Does the Microservice base class attempt retries, etc?
-If so, is it configurable in any way?
-Can calling code differentiate between exceptions thrown by the ClientCallable annotated methods and exceptions thrown by the surrounding Beamable SDK or network?
Get itemID
I added an item using InventoryBuilder and then Services.Inventory.Update(inventoryUpdateBuilder). How can I get the itemId of this new inventory item? Since I want to store it on a local data script to later call other methods that require the itemId.
User connection to Beamable servers
What would be the most reliable address for us to ping as part of a client network check to quickly determine whether the user’s device has a reliable connection to the Beamable servers?