x


Allow userto load custom unity levels/scenes.

If I have a completed, and packaged unity game, is there a way to allow a user to load their custom-made levels/scenes unity?

more ▼

asked Jun 09 '11 at 03:38 PM

kreed gravatar image

kreed
1 5 6 7

(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

it's very inconvenient to give users the ability to upload content that was created outside of your game (i assume you're speaking of .unity3d files and not simple images, and unity3d bundles can't even hold script files). you'd need:

  • ingame tools to create content / levels
  • converting the created content into a normalized form (like xml or txt)
  • upload and store it on the server
  • upon users requests build the level according to the stored content

depending on how complex your content / level is, the more challenging the normalization gets.

more ▼

answered Jun 09 '11 at 11:46 PM

zwacky gravatar image

zwacky
106 4

(comments are locked)
10|3000 characters needed characters left

I think you might be better off to create a kind of level creator within the game. But even that would be very difficult to implement.

more ▼

answered Jun 10 '11 at 12:09 AM

Anxowtf gravatar image

Anxowtf
1.6k 22 27 37

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x719
x322
x199
x107
x38

asked: Jun 09 '11 at 03:38 PM

Seen: 927 times

Last Updated: Jun 10 '11 at 12:09 AM