I want to have a multi game platform and the problem is that I want to get an entire scene using the internet. How can I achieve this?
Are you trying to use addressables? This would pretty much create an asset bundle that you can download and open. But otherwise, you might need to explain better.
If all you want is an empty scene and some data you use to populate it, then you just need a text file that you can parse and use to populate the scene.
Either case, you need a place to upload and download from.
I want a scene like a mini-game that needs to be taken from a cloud to the game(Kind of like roblox)