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
Back to all

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?