Hi Gyes
I just released my UI editor on the store today Its a seperate window that allows you to build all interface so you can keep the scene view exclusively for 3d and non ui 2D content!
UI Editor is a decidated editor window that allows you to build user interfaces with ease and speed.
Works with Unity 4.6.4, 5.0+
Features
∙ Seperate Editing Window
∙ Completely removes UI from 3D scene
∙ Context Menu
∙ Alignment Tools
∙ Grid and Snapping
∙ Drag & Drop - Controls Toolbox
∙ World Background Rendering
∙ Improved Workflow
∙ Full Source Code Included
Have you made any UI’s with this and if so, could you show us some examples? I am thinking of getting this to set up the artwork for the UI to then transfer to the programmer. Is that possible?
Hi Teila, i made quite a few interfaces with it already, i am making a video at the moment to show how to use it.
UI Editor makes its easy to setup UI and is is ideal for artists as the enviroment is much friendly and familiar than unity’s default ui editor, the drag and drop toolbox and context menu tools also allow for easier creation and editing.
Yes this is just an editor, all the controls you see on the left are the same as creating them through the menu GameObject/UI/Button, Image, Raw Image and so on
I also added a few extra controls for convenience, such as the Grid/Horizontal/Vertical Layout which simply creates an empty game object with the Rect Transform + Layout component.
TextMeshPro control is also coming next version too
Hello hello !!! this great tool is GREAT indeed !, but i must remember that CTRL+Z is not working for rewinding the scale action ( button “R” in windows )!,
ah! would be nice if possible, if the tool can get inside the canvas, the “forms” and make a list, for selecting in editor, for example:
CANVAS
FORMLOGIN
FORMBUYITEM
FORMCONFIG
I am facing this: I am doing a POS System in Unity + PHP! ( it works marvelously! ), and i have somethings i call “forms” , but others can call “frames” for example, each one, contains its section parameters, would be nice to tag them and easily select them via your editor , instead of disabling it and enabling it and so on each time to fix the things!.
I invite everyone that are interested to buy this great too ! lets help the developer unity gui sometimes is boring when is amonng everything , its cool to have things organized!
I removed the package because of the Undo action not working for scaling, and now the UI gameobjects is not showing in the editor anymore, please help!
Hi angel
I think the gameobjects are just invisible because by default UI Editor hides the UI layer in the scene view.
You can control the visibility through UI Editor → Scene UI: Visible/Hidden
or manually control the layer visibility by switching on and off the layer visiblity
SCALE BUG: This bug has been confirmed and fixed, update in review on asset store!
hi mimminito,
i am still working on the video unforunately, its taking a bit more time than i thought
Are you refering to adding your own prefabs to the list or something else?
Yes, is that how you are doing it? Creating prefabs which then get instantiated by your system? If so, it would be great to be able to add our own prefabs, for example we use a nice structure at our company and having a prefab to set that up would be nice.
I did some experiment with this, i had a script called LibraryControl that you basically had to attach on the prefab you wanted to become available in the editor.
Another option was to automatically add every UI prefab found in the project.
Any suggestions?
The controls currently available all done via code, as they are build in to unity.
New version is up, added some new features and fixed some bugs.
Version 1.3.0
Added anchor visual.
Revamped anchor and bounding box lines system. - Added edge snaping. Moving an element near a canvas or neighbor element edge it will now snap to it.
Added resize boxes around the element.
Fixed a bug with anchor context menu not reporting selected type when using custom stretch.
Added library control functionality, you cann add the UILibraryControl component on a RectTransform in your project and it will be available in the toolbox.
Fixed a bug with resizing while holding control not resizing proportionaly.
Fixed a bug in the toolbar that would not report the correct background color.
Removed snap to grid option from toolbox and moved it to context menu along with other snap to options.
Fixed a bug with arrow keys nudging incorrectly moving children.
Arrow keys now also work for rotation, scaling and resizing same way it worked for movement. The appropriate tool must be selected.
Highlighted and selected elements now show the name of the gameobject on top left if you keep control pressed.
Added a stretch all in anchor context menu.
Fixed a bug when creating new elements not spawning at correct position when a canvas scale is applied.
Minimum unity version supported is now 5.0
You can now drag images from the projects directory to the editor window and it will automatically create a UI.Image or UI.RawImage for you.
You can also drag RectTranform prefabs in the editor from the projects folder.
Not really sure what this is supposed to be or used for without a video showing us? Currently it just seems like it creates UI elements using a side panel, which unity can already do with a right click menu.
I just purchased this, but it seems adding the plugin to a project increased the wait time after you enable playmode by ~20 seconds, so I had to remove it again.
Not sure if it was a coincidence or related directly to this plugin, will try some more at test projects when I have time.