I want to make a 2D space sim where the game world is absolutely massive in scope. Think galactic in scale. Is this possible with Godot? Can I somehow stream load the map? I tried googling for that but nothing came up. I know in Unity you can create 2D subscenes. Is there something similar in Godot?
Thanks!