Hello everybody. Hope you guys have an awesome day. So let us get to the point.
I am making a game where an user can create their own levels. But the problem is I want them to post it in a server( i guess? ) , so that other users can download the levels and obviously play it.
The question is how do I do that? Do i have to create a server or can i use assetBundles (I doubt it ).
Hey guys, I found the answer, you should have a server so that people can transfer data. Now this leads to buying a server. After researching i found out that you don’t have to buy a server. What you can do instead is open an account in a cloud storage service like, google drive, dropbox , mega etc. Then you can create a folder which you can make public by right clicking on the folder and there will be an option called “Get Link” if you are using Mega(The benefit of mega is the free storage capacity , 50gb , I don’t know about the other online storage capacity , but I am pretty sure there is a option to make it public). Then you can get the URL of the page and use WWWForm in unity to transfer data. Easy.