Hi all! I am creating an online card game (like gwent but different) for android. However, I ran into one problem. How to connect your project and the server (which stores textures and other things for the game) Thank you all in advance.
You can do network request in Defold using http.request:
1 Like