Go to file
Simon (darkside) Jackson a297f0d599 Added several new scripts from the forums and other sources.
Need to complete script validation and normalise scripts for repository

Next tasks:
 #4
 #5

Added new component for #3

--HG--
branch : develop
2015-02-02 19:25:41 +00:00
Scripts Added several new scripts from the forums and other sources. 2015-02-02 19:25:41 +00:00
.hgignore Initial commit with base example scripts 2014-12-30 21:43:06 +00:00
.hgtags Added tag V1.0.0 for changeset 97d8d14086ee 2014-12-30 21:43:32 +00:00
README.md README.md edited online with Bitbucket 2015-01-15 17:44:17 +00:00

README.md

README

This is an extension project for the new Unity UI system which can be found at: Unity UI Source

What is this repository for?

In this repository is a collection of extension scripts to enhance your Unity UI experience. These scripts have been gathered from many sources and combined and improved over time. (The majority of the scripts came from the Scripts thread on the Unity UI forum here)

These include:

  • UIWindowBase
    A flexible / draggable window script full of fixes from the forum in one place (plus a few tweaks of my own)

  • 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?

Either clone / download this repository to your machine and then copy the scripts in, or use the pre-packaged .UnityPackage and import it as a custom package in to your project.

Contribution guidelines

Got a script you want added, then just fork and submit a PR. All contributions accepted (including fixes)

Like what you see?

All these scripts were put together for my latest book Unity3D UI Essentials Check out the page on my blog for more details and learn all about the inner workings of the new Unity UI System.

The downloads

As this repo was created to support my new Unity UI Title "Unity 3D UI Essentials", in the downloads section you will find two custom assets (SpaceShip-DemoScene-Start.unitypackage and RollABallSample-Start.unitypackage). These are just here as starter scenes for doing UI tasks in the book.

I will add more sample scenes for the UI examples in this repository and detail them above over time.