[SOLVED] Is pobile to load new levels from web service?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By gcivico

Currently I know how to load levels. But I don’t know if It’s posible to load a level (or levels) from a web service. Maybe create/edit the levels in Godot, upload the level to my hosting service and download the level calling a web service (node + express || node + express + socket.io || php) from my game. Is that posible? What I need from GDScript to achieve that?

:bust_in_silhouette: Reply From: rojekabc

It’s possible. Use HttpClient direct or HttpRequest node.

Link to documentation:

And tutorial:

Thanks for the info !!!

gcivico | 2018-12-18 02:56