From ff36c7804cfc2099ceb3001001059737b7a2f748 Mon Sep 17 00:00:00 2001 From: Simon Jackson Date: Thu, 5 Feb 2015 18:46:03 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 43 +++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8160f23..d5dcc47 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,43 @@ In this repository is a collection of extension scripts to enhance your Unity UI These include: -* **UIWindowBase** -A flexible / draggable window script full of fixes from the forum in one place (plus a few tweaks of my own) +## New Controls ## +================ -* **CurvedText** -A Text vertex manipulator for those users NOT using TextMeshPro (why ever not?) +Control | Description | Menu Command | Component Command | Notes +--------- | -------------- | ---------------------- | ---------------------------- | ------- +**Accordion** | An Acordian style control with animated segments. Sourced from [here](http://forum.unity3d.com/threads/accordion-type-layout.271818/). For more details, [see this video demonstration](https://www.youtube.com/watch?v=YSOSVTU5klw) | N/A | Component / UI / Extensions / AccordionGroup | + | | | Component / UI / Extensions / AccordionItem | +**ComboBox** | A styled Combo Box control | UI / Extensions / Combobox | UI / Extensions / Combobox | Still being improved by author +**HSVPicker** | A colour picker UI | N/A | UI / Extensions / HSVPicker | Project folder incluses prefab +**SelectionBox** | An RTS style selection box control | UI / Extensions / Selection Box | UI / Extensions / Selection Box | Needs documentation on use, selection area defines the area on screen that is selectable. Uses script on selectable items on screen +**HorizontalScrollSnap** | A pages scroll rect that can work in steps / pages, includes button support | UI / Extensions / Horizontal Scroll Snap | UI / Extensions / Horizontal Scroll Snap | +**UIButton** | Improved Button control with additional events | UI / Extensions / UI Button | UI / Extensions / UI Button | +**UIWindowBase** | A draggable Window implementation | UI / Extensions / UI Window Base | UI / Extensions / UI Window Base | -* **Gradient** -Apply vertex colours in a gradient on any UI object +## Effect components ## +===================== -* **RaycastMask** -An example of an enhanced mask component able to work with the image data. Enables picking on image parts and not just the Rect Transform +Effect | Description | Component Command | Notes +--------- | -------------- | ---------------------------- | ------- +**BestFitOutline** | An improved outline effect | UI / Effects / Extensions / Best Fit Outline | +**CurvedText** | A Text vertex manipulator for those users NOT using TextMeshPro (why ever not?) | UI / Effects / Extensons / Curved Text | +**Gradient** | Apply vertex colours in a gradient on any UI object | UI / Effects / Extensions / Gradient | +**LetterSpacing** | Allows finers control of text spacing | UI / Effects / Extensions / Letter Spacing | +**NicerOutline** | Another outline control | UI / Effects / Extensions / Nicer Outline | +**RaycastMask** | An example of an enhanced mask component able to work with the image data. Enables picking on image parts and not just the Rect Transform | UI / Effects / Extensions / Raycast Mask | +**UIFlippable** | Image component effect to flip the graphic | UI / Effects / Extensions / UI Flippable | + + +## Additional Components## +======================= + +Component | Description | Component Command | Notes +--------- | -------------- | ---------------------------- | ------- +**ReturnKeyTrigger** | Does something?? | UI / Extensions / ReturnKey Trigger | +**TabNavigation** | An example Tb navigation script | UI / Extensions / Tab Navigation | +**uGUITools | | Menu / uGUI | -* **TabNavigation** -An example Tb navigation script *More to come*