|
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?
(comments are locked)
|
|
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:
depending on how complex your content / level is, the more challenging the normalization gets.
(comments are locked)
|
|
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.
(comments are locked)
|
