Hi,
I'm new to Godot, I want to use Godot as a 3D viewer, to load a scenes from the internet, not from a local hard drive, it can't be part of the project or the project will be too big, I want to have many scenes stored on a server, and Godot will load each time a different scene from the server, is it possible to do this with get_tree().change_scene(http:// ... model.tscn ?
Another problem I have with tscn files, is that they are not compressed, if I want to load this file, is there some way to compress it, or at least compress it with zip and then load the zip file and uncompress it with Godot.?