Multiplatform Runtime Level Editor Second Patch

5 April 2015

Finally, Multiplatform Runtime Level Editor version 1.20 is now available in the Unity Asset Store!

The most important new feature is the reworked easily moddable Unity 4.6 uGUI! I have added two new demos to show how easy it is now to change the UI. Now you have the example UI for a full level editor, a first person dungeon crawler game with an object editor and a pure terrain editor that works on a 9 patch terrain setup (edits a Unity terrain that has trees and grass). Screenshot of the FPS object editor example (selectable in menu):
Screenshot of the FPS object editor example (selectable in menu):
Multiplatform Runtime Level Editor first person object editor UI example
Screenshot of the terrain only editor example (selectable in menu):
Multiplatform Runtime Level Editor terrain only 9 patch editor UI example

I will improve the level editor in the future and add more features. Please help me and vote for the features that you would like to have and request features that are not yet in the backlog! Top 10 of the backlog:
- Rework touch interface (use less fingers + add look around)
- Undo/Redo
- Demo video (show player perspective, show developer perspective)
- Oblique projection for orthographic camera mode (focused object centered in the visible screen area (not covered by UI))
- Improve grid editor (draw grid when grid snapped object is selected, allow mass grid placement)
- When object is selected in scene, then also select it in tree browser
- Allow to reduce streamed object spawn distance with lower quality settings
- Random rotation property for level objects that is applied when placed
- UV scaling
- Help pages about terrain editing and objects placement

For completeness here is the changelog (v1.10 to v1.20):
FIX: multiple terrain load/save
FIX: improved camera perspective gizmo positioning
FIX: keep camera distance on perspective gizmo axis switch
FIX: ctrl+D and object count limitation
FIX: sometimes small objects were selected even if covered by bigger objects
FIX: objects selected only if mouse down event is not over UI (fixes issues with color sliders)
FEAT: upgraded to Unity 4.6.0
FEAT: easily moddable uGUI replaces the old OnGUI (modability shown in 2 new demos)
FEAT: 2nd demo: FPS dungeon game with object editor (selectable in menu)
FEAT: 3rd demo: 9 patch terrain only editor (selectable in menu)
FEAT: reduced loading time with terrain recycling in level editor
FEAT: key combos like "f"-key and "ctrl+d" can be disabled in inspector
FEAT: removed OnMouse* methods (now works with 'Input.simulateMouseWithTouches = false;' if you need it)
FEAT: improved stacking of grid snapped objects
FEAT: brush projected on editable terrain only
API: all terrain related configuration values are moved to LE_ConfigTerrain
API: all level related configuration values are moved to LE_ConfigLevel
API: changed location of GetLoadEvent to LE_LevelEditorMain.GetLoadEvent
API: removed 'additional level-tab/left-menu button system' (add to scene directly instead)

Add comment

Security code
Refresh