Ask a Question
How can I return Content from a Microservice?
about 2 years ago by Chris Hanna
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?