This documentation is for Unity SDK 1.x through 3.x. If you are using Unity SDK 4.x or above, please visit our new documentation.

Ask a Question

Ask a Question
Answered

What is the risk of clearing permissions?

Hey, we are cleaning up permissions for our google drive folders, to do this IT is wiping all permissions and re-adding permissions to those who require them, we are concerned about the effect this might have on your toolset, can we get any information on the level of risk doing this has and how we can ensure the stability of the tools through this process?

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

How can I debug Facebook login issues?

Q: Players are able to register with Facebook, but logging in for a second time does not correctly connect to their account. What can I check or debug to fix this?

Answered

How do I submit bug requests to Beamable?

I am having a specific issue with something in Beamable that I think is a bug. What is the best way to submit this?

Answered

BeamContext vs Beamable.API

Could you elaborate on the use of BeamContext versus Beamable.API ?

Answered

How do I get access to the analytics and player event data?

I would like to see the raw player and game analytics for my project. Where can I see that?

Answered

Can you tranfer realms between accounts?

Is there any way to transfer the Realms we set up under one account, over to another account?

Answered

What to do if a PluginsHelper.CheckFileCollisions warning happens?

What should I do if there is a PluginsHelper.CheckFileCollisions warning in my project?

Answered

What does the events done list show?

Hey Team - Quick question. We use this API endpoint https://api.beamable.com/object/event-players// to see if a player is participating in an event or has completed an event. This endpoint return a list of running and done events. Will the done list hold all of the events the player has ever participated in or is the history pruned at some point?

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 ?