Ask a Question

Ask a Question
Back to All

How can I call a Microservice method from outside Unity?

When I use the Microservices feature, I can execute methods marked with the [ClientCallable] attribute from the Unity game. However, I want to be able to run those same methods from a web browser, or an HTTP utility. How can I do that?