Components uGUI is a collection of some customizable components (systems) based on Unity 4.6 UI written in C# (C Sharp)
The current version contains :
- Popup box (Combobox).This component contains an editor where you can add items within seconds by just adding string array items. The popup options and scripts will be automatically added.
Moreover, the popup script contains some public functions and events which you can use in order to fully control the component via script. You can see the documentation for more information.
- File Browser. This component allows you to browse inside directories sub-directories and view/select files. The system supports 39 file extensions and each one has each one file type icon. However you can easily add more extensions with out a single line of code, just add more items on the Supported Extensions array. (And add/modify icons on the Supported Sprites array). The system also supports a 'Draw Only Files' mode which does not draw any folder. Last but not least, the system also supports advanced multi-select. The script contains events and functions which allows you to fully control the component via script.You can see the documentation for more information.
- Folder Browser.This Component is similar to the previous one, it just does not display any files, and you are able to select folder(s) instead of files. Most settings are common with the File Browser. The script contains events and functions which allows you to fully control the component via script.You can see the documentation for more information.
Note that all the above components are fully resizeable and they keep their formation, you can also extend them very easily.
~~~~~~~~~~~~
Support at our new Ticket System