Skip to content

Commit 1d1bb4d

Browse files
Initial migration
1 parent cd97a4a commit 1d1bb4d

248 files changed

Lines changed: 8414 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

About.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# [Intro](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/GettingStarted)
2+
3+
For more info, here's a little introduction video for the project:
4+
5+
[![View Intro Video](http://img.youtube.com/vi/njoIeE4akq0/0.jpg)](http://www.youtube.com/watch?v=njoIeE4akq0 "Unity UI Extensions intro video")
6+
7+
-----
8+
9+
## What is this repository for?
10+
11+
In this repository is a collection of extension scripts / effects and controls to enhance your Unity UI experience. These scripts have been gathered from many sources and combined and improved over time.
12+
New controls and effects are added constantly in source and packaged on a release cycle for easier install.
13+
14+
> The majority of the scripts came from the Scripts thread on the [Unity UI forum here](http://bit.ly/UnityUIScriptsForumPost)
15+
16+
You can either download / fork this project to access the scripts, or you can also download these pre-compiled Unity Assets, chock full of goodness for each release:
17+
18+
## [Download](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads)
19+
20+
The asset has been fully tested on all current versions of Unity (for versions prior to Unity 5.3, please see the [archive](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads))
21+
22+
-----
23+
24+
## [Supporting the UI Extensions project](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=89L8T9N6BR7LJ)
25+
26+
If you wish to further support the Unity UI Extensions project itself, then you can either subsidize your downloads above, or using the links below.
27+
28+
All funds go to support the project, no matter the amount. **Donations in code are also extremely welcome**
29+
30+
| | |
31+
|---|---|
32+
| [![Donate via PayPal](https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-150px.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=89L8T9N6BR7LJ "Donating via Paypal") | [![Buy us a Coffee](https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4ae2b88347c06c923_BuyMeACoffee_blue-p-500.png)](https://ko-fi.com/uiextensions "Buy us a Coffee") |
33+
34+
> (PayPal account not required and you can remain anonymous if you wish)
35+
36+
-----
37+
38+
You can follow the UI Extensions team for updates and news on:
39+
40+
## [Twitter](https://twitter.com/search?q=%23unityuiextensions) / [Facebook](https://www.facebook.com/UnityUIExtensions/) / [YouTube](https://www.youtube.com/channel/UCG3gZOkmL-2rmZat4ufv28Q)
41+
42+
> ## Also, come chat live with the Unity UI Extensions community on Gitter here: [UI Extensions Live Chat](https://gitter.im/Unity-UI-Extensions/Lobby)
43+
44+
-----

ContributionGuidelines.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Contribution guidelines
2+
3+
Got a script you want added? Then just fork the bitbucket repository and submit a PR. All contributions accepted (including fixes)
4+
5+
Just ensure:
6+
7+
* The header of the script matches the standard used in all scripts
8+
* The script uses the **Unity.UI.Extensions** namespace so they do not affect any other developments
9+
* Ensure there are no unnecessary "usings" declarations in the script to avoid warning notices
10+
* Try where possible to annotate your code, so it's clear what each part does (also add TOOLTIPS to any public parameters)
11+
* (optional) Add Component and Editor options where possible (editor options are in the Editor\UIExtensionsMenuOptions.cs file)
12+
13+
-----
14+
15+
## [Supporting the UI Extensions project](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=89L8T9N6BR7LJ)
16+
17+
If you wish to further support the Unity UI Extensions project itself, then you can either subsidize your downloads above, or using the links below.
18+
19+
All funds go to support the project, no matter the amount. **Donations in code are also extremely welcome**
20+
21+
| | |
22+
|---|---|
23+
| [![Donate via PayPal](https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-150px.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=89L8T9N6BR7LJ "Donating via Paypal") | [![Buy us a Coffee](https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4ae2b88347c06c923_BuyMeACoffee_blue-p-500.png)](https://ko-fi.com/uiextensions "Buy us a Coffee") |
24+
25+
> (PayPal account not required and you can remain anonymous if you wish)
26+
27+
-----
28+
29+
You can follow the UI Extensions team for updates and news on:
30+
31+
## [Twitter](https://twitter.com/search?q=%23unityuiextensions) / [Facebook](https://www.facebook.com/UnityUIExtensions/) / [YouTube](https://www.youtube.com/channel/UCG3gZOkmL-2rmZat4ufv28Q)
32+
33+
> ## Also, come chat live with the Unity UI Extensions community on Gitter here: [UI Extensions Live Chat](https://gitter.im/Unity-UI-Extensions/Lobby)
34+
35+
-----

Contributors.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Contributors
2+
3+
A huge thanks to all of the contributors and supports of the project, without you, this would be a much harder job.
4+
5+
Time as we know is the root of all evil, so without the communities support, it's hard to dedicate enough effort to constantly maintain the project. The 2.0 release alone has consumed over 3 months of my time away from my other projects (and my own games) that I'm invested in.
6+
7+
Your support goes a long way to helping keep the project alive. (and may open the doors to other rewards in the future)
8+
9+
The code contributors go without saying, their names are listed everywhere and on every script in the project, please support them and help them become gaming legends wherever you see their names come up.
10+
11+
As for the unsung heroes who have also contributed funds to the project, they are:
12+
13+
* **Streamfall Interactive** (our biggest supporter to date!)
14+
* Plastic Cow Games
15+
* Marcus Wallinder
16+
* Rodrigo Laiz
17+
* Tri Nguyen
18+
* Sourabh Verma
19+
* Jakov Dužević
20+
* **Scott Looney** (our first supporter!)
21+
22+
With the new support / contribution options I hope to see this list increase and I'll be able to also start offering other rewards back to everyone supporting the project (likely beginning with 3D printed gifts of your choice :D)
23+
24+
-----
25+
26+
## [Supporting the UI Extensions project](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=89L8T9N6BR7LJ)
27+
28+
If you wish to further support the Unity UI Extensions project itself, then you can either subsidize your downloads above, or using the links below.
29+
30+
All funds go to support the project, no matter the amount. **Donations in code are also extremely welcome**
31+
32+
| | |
33+
|---|---|
34+
| [![Donate via PayPal](https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-150px.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=89L8T9N6BR7LJ "Donating via Paypal") | [![Buy us a Coffee](https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4ae2b88347c06c923_BuyMeACoffee_blue-p-500.png)](https://ko-fi.com/uiextensions "Buy us a Coffee") |
35+
36+
> (PayPal account not required and you can remain anonymous if you wish)
37+
38+
-----
39+
40+
You can follow the UI Extensions team for updates and news on:
41+
42+
## [Twitter](https://twitter.com/search?q=%23unityuiextensions) / [Facebook](https://www.facebook.com/UnityUIExtensions/) / [YouTube](https://www.youtube.com/channel/UCG3gZOkmL-2rmZat4ufv28Q)
43+
44+
> ## Also, come chat live with the Unity UI Extensions community on Gitter here: [UI Extensions Live Chat](https://gitter.im/Unity-UI-Extensions/Lobby)
45+
46+
-----

0 commit comments

Comments
 (0)