README.md edited online with Bitbucket

release
Simon Jackson 2014-12-30 22:27:53 +00:00
parent 4684b6e458
commit 5dca110de3
1 changed files with 15 additions and 6 deletions

View File

@ -9,13 +9,22 @@ In this repository is a collection of extension scripts to enhance your Unity UI
(The majority of the scripts came from the Scripts thread on the [Unity UI forum here](http://bit.ly/UnityUIScriptsForumPost) (The majority of the scripts came from the Scripts thread on the [Unity UI forum here](http://bit.ly/UnityUIScriptsForumPost)
These include: These include:
* **UIWindowBase** a flexible / draggable window script full of fixes from the forum in one place (plus a few tweaks of my own) * **UIWindowBase**
* **CurvedText** a Text vertex manipulator for those users NOT using TextMeshPro (why ever not?) A flexible / draggable window script full of fixes from the forum in one place (plus a few tweaks of my own)
* **Gradient** apply vertex colours in a gradient on any UI object
* **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
* **TabNavigation** An example Tb navigation script
More to come * **CurvedText**
A Text vertex manipulator for those users NOT using TextMeshPro (why ever not?)
* **Gradient**
Apply vertex colours in a gradient on any UI object
* **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
* **TabNavigation**
An example Tb navigation script
*More to come*
### How do I get set up? ### ### How do I get set up? ###