- Home /
Scene editor in game
Hi I was wondering if Unity had any scripts written that allows you to be able to move objects and the camera in game as though it were the Scene view?
I am trying to great a level designer where players can create their own levels for my game. Similarly to the map forge in Halo, I want players to be able to create and share levels for my game and I was hoping not to have to write my own scripts for moving the camera around the scene and the objects within the scene.
not that i know of. why would you want the players to see things through a scene view?
not to be rude, but why wouldn't that player just get unity? It doesn't seem like s/he would want to work through your game when they can get the editor
are they going to use some of your already made prefabs? if that's all you want to do, then you can sell (or offer for free) your prefabs online. that might be a better spend of your time then trying to create a unity simulator within a unity app
sorry I will go make my question more clear. What I mean is, I have a game and I want players to be able to create their own levels to play in the game or share with other players such as the map forge in Halo.
I think the OP is asking about having a Level Editor in their game. Search on this and Loading/Saving Data to Text File/X$$anonymous$$L
thats exactly what I mean. I just couldn't find the right words. After searching for Level Editors, I found PlayEditor which does what I need and more... unfortunately I have to pay. Are there any free options that allow users to place prefabs in scene and maneuver them?
or do I have to write my own scripts...
Your answer