Ask a Question
Microservice and Content Storage interaction
Can Microservices interact with the Content storage? For example if we want to check dynamically what is in the Content with type promo code from microservices, is it possible to fetch and check data?
Can Beamable help run games on Mobile Web Browsers?
I just wanted to ask that we want our games to be runnable on Mobile Web Browsers, does beamable sdk helps in this ?
Auto-generated script for the MicroserviceClient: missing assembly reference but it's there.
The auto-generated script for the MicroserviceClient is marked with a few errors like the following:
Can you set a parameter as optional in C#?
I have a question.
Is there any parameter attribute to set the parameter as optional in C# ?
[ClientCallable]
public async Task<S2C_SESSION_URL_WITH_TOKEN> GetSession(string passCode = "")
{
...
}
Publish Window Checkboxes
Does ticking a microservice in the publish window mean "Publish the specific modifications" or "Publish and Run only the ticked ones"?
Party Matchmaking Questions
-
Sometimes Party members data is lost. When creating the party, when someone is joining
-
Leave party (at least when alone), error when called. The party data is already gone, but IsInParty still true, when create a party again error.
-
There is invite method. But I can't find any event listener / method to handle that. Such as OnInvited or AcceptInvitation.
-
What is loading mean in observable?
-
Do you have any date or timeline when the party service ready?
-
Is there a party storage? Similiar to clientData in GroupService that we can utilize?
-
Is there any method / way to disband the party?
-
What is the difference between Party.State vs Party.Value aside from its getter setter?
-
Is Party.State / Party.Value automaticaly updated if there is a change in party data? (new member join, owner change, etc). I found that we can also get Party data directly from Party, ex: Party.Id, Party.Members, Party.Leader. Members data is List. Are those string values gamerTags? Why string not long? What is the difference between gamerTag (long) vs playerId (string)?
How can I fix inability to purchase certain listings from store?
I have a lot of listings in one store, but I cannot purchase some of them. How can I fix this?
ApplyToken and UpdateUserData
When do you use ApplyToken and UpdateUserData? Or should we be using just one and not the other?
ContentObject and OdinInspector
Is it possible to make ContentObject work with OdinInspector annotations? It seems the custom editor for ContentObject overrides stuff odin provides.
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?