Streamlined level editing workflow prototype

I’ve been working on a project called “Viewport And Level Editing Enhancements”
or VALEE. It is a user interaction experiment where I tried to optimize level
design process, rethinking decade old ways we do stuff.

Here is introduction to system:
http://www.zspline.net/blog/2014/04/02/getting-started-with-valee/

This is browser demo where you can try mechanics:
http://zspline.net/files/Valee/Webplayer.html

Visit documentation for a more detailed description:
http://www.zspline.net/blog/valee/

Please tell me what you think: what you like and dislike, what would you
change and how. If community considers it useful then I’ll look into
implementing it in UE4.

Hey ,

That’s some interesting work! I think you may find that many of optimizations you’re seeking in your project are already implemented in UE4, but we encourage community to explore and experiment. If you’re able to come up with a workflow that works better for you, please feel free to share!

I actually really like UE4 controls. You can just alter your controls by holding down a modifier like ALT to get maya controls. But I really like local grid you implemented there, that could could indeed be a good addition to editor.

****: Yes, UnrealEd was a clear inspiration. :slight_smile: First I was to
replicate it 1:1 in Unity but then I realized that I’ve been using it for 15
years now so it might be time to look at things from a fresh perspective.
familiarity often hides how sub-optimal a workflow becomes with age
due to organic growth of features.

DennyR: I use Maya navigation mode when I’m modeling and it works
great for me there. However after using it 9 months in Unity editor for
level editing I can say that it’s unfit for serious LD work: it’s slow and tedious
compared to alternatives. A sculptor with their turntable works very
differently from an interior designer. I think UnrealEd’s camera navigation
(“Skate” in VALEE) is spot on for level editing but would be a pain for
modeling.

Well, at least that’s my take on it. If you guys feel strongly about Maya
controls then I could implement it in some form.

As for workplane, credit goes to good people developing Modo. :slight_smile:

That workplane grid thing is very interesting, I can see that being helpful and it would be a nice option in editor! I’m not so sure about perspective dependent controls. In my experience something like that tends to be more frustrating than helpful.

Bajee: What do you dislike about adaptive transformations? In which
situation do they cause confusion?

My goal was to make your physical hand movements correspond to roughly
same action on screen, no matter how camera and edited items are
related to world coordinate system. In classic UnrealEd ctrl drags moved
stuff on world axes and before almost every maneuver a kind of a wiggle-wiggle
calibration was necessary (for me at least) to tell which mouse button will move
object way I want. That’s what I tried to fix here.