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.