- Home /
Extending Unity IDE with userland code
Is it possible for userland code to extend the Unity IDE UI?
I am interested in pinning multiple inspectors to game elements to aid in debugging.
Answer by Ehren · Nov 25, 2009 at 07:27 PM
Yes, it's possible to extend the Unity editor.
geez, thanks. I'm a newbie around here and missed that completely.
Answer by Ricardo · Nov 25, 2009 at 10:56 PM
As Ehren mentioned, it is possible. A good example is AngryAnt's Behave, which implements a behavior tree creation user interface on top of Unity, or his Path that was recently released as GPL, and that extends the inspector for specific objects.
Answer by George · Feb 02, 2010 at 08:52 AM
For the most part you can add UI elements to the editor, however you can't create a new 3D view (Scene View, Game View, PreviewRenderUtility such as those used in the model importer), which is a real bummer.
Your answer
Follow this Question
Related Questions
EditorGUI like light explorer window 1 Answer
Override Asset Preview Thumbnail 1 Answer
Dragging GUI Item, get mouse to stay at part of box where drag began 2 Answers
Difference between EventType.ContextClick and EventType.MouseDown with Event.button == 1? 1 Answer
What is a GUILayoutOption[] 3 Answers