forked from zxl/LaboratoryProtection
90 lines
4.6 KiB
Markdown
90 lines
4.6 KiB
Markdown
|
# Unity UI Examples README
|
||
|
|
||
|
The Unity UI Extensions are an extension project for the new Unity UI system which can be found at: [Unity UI Source](https://bitbucket.org/Unity-Technologies/ui)
|
||
|
|
||
|
> [Check out the control demos on our Tumblr page](https://unityuiextensions.tumblr.com/)
|
||
|
|
||
|
## [Intro](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/GettingStarted)
|
||
|
|
||
|
For more info, here's a little introduction video for the project:
|
||
|
|
||
|
[](http://www.youtube.com/watch?v=njoIeE4akq0 "Unity UI Extensions intro video")
|
||
|
|
||
|
You can follow the UI Extensions team for updates and news on:
|
||
|
|
||
|
### [Twitter](https://twitter.com/hashtag/UnityUIExtensions?src=hash) / [Facebook](https://www.facebook.com/UnityUIExtensions/) / [YouTube](https://www.youtube.com/channel/UCG3gZOkmL-2rmZat4ufv28Q)
|
||
|
|
||
|
> ## Chat live with the Unity UI Extensions community on Gitter here
|
||
|
>
|
||
|
> ## [UI Extensions Live Chat](https://gitter.im/Unity-UI-Extensions/Lobby)
|
||
|
|
||
|
-----
|
||
|
|
||
|
## [What is this repository for?](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/About)
|
||
|
|
||
|
This branch of the repository is for hosting the collection of examples to demonstrate the features and use of the Unity UI Extensions project
|
||
|
|
||
|
## [Download](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads) - 2019.5 (aka 2.3)
|
||
|
|
||
|
We have expanded where you can download the UnityPackage asset and widened the options to contribute to the project.
|
||
|
|
||
|
> I will still stress however, ***contribution is optional***. **The asset / code will always remain FREE**
|
||
|
|
||
|
### [Unity UI Extensions - Examples](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads)
|
||
|
|
||
|
> Examples are also available via UPM, check out the "Examples" option in the Package Manager window to import the samples to your project.
|
||
|
|
||
|
To view previous releases, visit the [release archive](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads)
|
||
|
|
||
|
-----
|
||
|
|
||
|
## [Supporting the UI Extensions project](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=89L8T9N6BR7LJ)
|
||
|
|
||
|
If you wish to further support the Unity UI Extensions project itself, then you can either subsidise your downloads above, or contribute direct using the PayPal link below.
|
||
|
All funds go to support the project, no matter the amount, donations in code are also extremely welcome :D
|
||
|
|
||
|
> (PayPal account not required and you can remain anonymous if you wish)
|
||
|
|
||
|
### [>> Donate via PayPal <<](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=89L8T9N6BR7LJ)
|
||
|
|
||
|
-----
|
||
|
|
||
|
## Release History
|
||
|
|
||
|
For the full release history, follow the below link to the full release notes page.
|
||
|
|
||
|
### [Release Notes](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/ReleaseNotes/RELEASENOTES)
|
||
|
|
||
|
-----
|
||
|
|
||
|
## [Controls and extensions listed in this project](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Controls)
|
||
|
|
||
|
There are almost 70+ extension controls / effect and other utilities in the project which are listed [here](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Controls)
|
||
|
|
||
|
> ## [Check out the control demos on our Tumblr page](https://www.tumblr.com/blog/unityuiextensions)
|
||
|
|
||
|
-----
|
||
|
|
||
|
## [How do I get set up?](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/GettingStarted)
|
||
|
|
||
|
Either clone / download this repository to your machine and then copy the scripts in, or use the pre-packaged .UnityPackage for your version of Unity and import it as a custom package in to your project.
|
||
|
|
||
|
## [Contribution guidelines](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/ContributionGuidelines)
|
||
|
|
||
|
Got a script you want added? Then just fork the bitbucket repository and submit a PR. All contributions accepted (including fixes)
|
||
|
|
||
|
Just ensure:
|
||
|
|
||
|
* The header of the script should match the standard used in all scripts
|
||
|
* The script uses the **Unity.UI.Extensions** namespace so they do not affect any other developments
|
||
|
* (optional) Add Component and Editor options where possible (editor options are in the Editor\UIExtensionsMenuOptions.cs file)
|
||
|
|
||
|
## [License](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/License)
|
||
|
|
||
|
All scripts conform to the BSD3 license and are free to use / distribute. See the [LICENSE](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/License) file for more information =
|
||
|
|
||
|
## [Like what you see?](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/FurtherInfo)
|
||
|
|
||
|
All these scripts were put together for my latest book Unity3D UI Essentials
|
||
|
Check out the [page on my blog](http://bit.ly/Unity3DUIEssentials) for more details and learn all about the inner workings of the new Unity UI System.
|