How to send a request from a Unity game to a Flask application server

Опубликовано: 12 Октябрь 2024
на канале: Nathan Jenkins
4,050
66

Learn how to send a get request from a C# script in the Unity game engine to a python based flask application server. We'll first setup a simple flask application on our local host. Then we'll walk through the code for sending a request to the application server through the unity game engine.