Search Unity

GIZMOS/manipulators

Discussion in 'Editor & General Support' started by SimonAlkemade, Mar 6, 2013.

  1. SimonAlkemade

    SimonAlkemade

    Joined:
    Feb 4, 2009
    Posts:
    432
    Hi,
    we have some camera like objects that need to be manipulated in the editor. Right now they can only be modified by modifying there parameters through the inspector. It would be a lot easier if we could just drag, rotate, transform on the object itself within the scene view. I know this must be possible but with the GIZMOS inside Unity are not pickable.

    tl;dr; Who can I make a object manipulator tool inside the scene view of the editor?
     
  2. SimonAlkemade

    SimonAlkemade

    Joined:
    Feb 4, 2009
    Posts:
    432
    I think I can manage with using ScriptableWizards. Allthough I haven't used them yet they seem to be the best tool I have for extending the editor.