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?