- Home /
User Created Levels, for others to play
Hello, I'm making a simple level builder game like Little Big Planet or Happy Wheels where the user creates levels and other players can play and rate that level. The level editor is going well, but how do I save and upload the level to some server so others can play it?
Answer by tanoshimi · May 15, 2016 at 08:56 AM
You serialize the level - as an XML file, a binary file, or some other format, and upload it to your server for others to download. https://unity3d.com/learn/tutorials/modules/beginner/live-training-archive/persistence-data-saving-loading
Use the WWWForm class to post data to any kind of server: http://docs.unity3d.com/ScriptReference/WWWForm.html
Your answer
Follow this Question
Related Questions
Please help! In function Create room my button is not working, line 64 I think 0 Answers
Creating a 2D Level Editor for Players 0 Answers
Unity networking tutorial? 6 Answers
MMO multi-levels 3 Answers
Server hosting game 1 Answer