This content is not the latest documentation. Please visit our new documentation.

Ask a Question

Ask a Question
Answered

JWT Questions

1 - The microservice needs the library to decode the JWT, the way I did the installation was to download the nuget package, extract it as a zip and get the contents of the lib folder, I used the netstandard 2.0 version of all DLLs and put these DLLs in the unity in a plugins folder and referenced them in the login microservice in the Assembly References area. Is this process correct? If not, what is the correct way to do this? And which version should be used, net40 / net45 / net60 ?

Answered

Getting a Realm Name or ID

Is there a way to get the current realm name from within the c# API? My intent is to provide a means for me to quickly see what realm i’m connected to.
I’ll also accept just a realm ID, and I can suss out the name myself.

Answered
Answered

How can I return Content from a Microservice?

I have Beamable Content objects that I want to do some complex filtering on in a Microservice, and then return the results to a player in Unity. When I return the content objects from a ClientCallable, the content in Unity is missing the ContentName and other base type properties? Why? What can I do?

Answered

Can I use Beamable without unity?

As the title suggests I'm working on a project not inside unity just a Winforms Application.
Can Beamable be used in this project?

Answered

How to find CID

How do I find my CID?

Answered

Microservice Publishing Size

We’ve seen three ways to publish our microservice: small, medium, and large. Could you tell us something about the difference between these tiers?

Answered

Send Mail to multiple DBIDS

In new portal, what is the equivalent of Mail -> Send Mail to send a mail to just a few DBIDs?

Answered

Help updating events with REST API

Hello, I think this will end up being a multi-part question. I'm ultimately wanting to update events via the REST api for some testing tools.

Answered

Stress test leaderboards

Hello,