Ask a Question
How can I call a Microservice method from outside Unity?
almost 3 years ago by Marco Williams
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?