First of, this could maybe have been a forum post but I believe it fits better here. Please correct me if you disagree.
At Exit Strategy Entertainment we like optimising our workflows, even beyond what Unity offers out of the box. One of the things are currently struggling with is if it would be possible to create tool which allowed for easy placement of objects in the Unity editor.
When dragging a gameobject from the project view to the scene Unity (as of 3.0 I believe) automatically projects object to a surface which is wonderful. We would like to use this functionality also when moving around objects which are already in the scene.
- Is there functionality for this already?
- Would it be possible to extend the editor with a such tool?
- Is it possible to listen to mouse events in the editor scene viewport?
I’ve had a look at the editor scripting documentation and there does not appear to be any exposure of the functionality already in Unity which I would love to hook into.