1
0
Fork 0
LaboratoryProtection/Assets/Samples/Unity UI Extensions/2.2.7/UI Extensions Samples
zc 213da32b68 init this project 2023-09-12 15:55:51 +08:00
..
Accordion init this project 2023-09-12 15:55:51 +08:00
CardUI init this project 2023-09-12 15:55:51 +08:00
ColorPicker init this project 2023-09-12 15:55:51 +08:00
ComboBox init this project 2023-09-12 15:55:51 +08:00
Cooldown init this project 2023-09-12 15:55:51 +08:00
CurlyUI init this project 2023-09-12 15:55:51 +08:00
FancyScrollView init this project 2023-09-12 15:55:51 +08:00
HSS-VSS-ScrollSnap init this project 2023-09-12 15:55:51 +08:00
InputFieldEnterSubmit init this project 2023-09-12 15:55:51 +08:00
MenuExample init this project 2023-09-12 15:55:51 +08:00
RadialSlider init this project 2023-09-12 15:55:51 +08:00
ReorderableList init this project 2023-09-12 15:55:51 +08:00
ScrollRectConflictManager init this project 2023-09-12 15:55:51 +08:00
SelectionBox init this project 2023-09-12 15:55:51 +08:00
TextEffects init this project 2023-09-12 15:55:51 +08:00
UICircleProgress init this project 2023-09-12 15:55:51 +08:00
UIKnobExample init this project 2023-09-12 15:55:51 +08:00
UILineRenderer init this project 2023-09-12 15:55:51 +08:00
UIParticleSystem init this project 2023-09-12 15:55:51 +08:00
UIVerticalScrollerDemo init this project 2023-09-12 15:55:51 +08:00
Accordion.meta init this project 2023-09-12 15:55:51 +08:00
CHANGELOG.md init this project 2023-09-12 15:55:51 +08:00
CHANGELOG.md.meta init this project 2023-09-12 15:55:51 +08:00
CardUI.meta init this project 2023-09-12 15:55:51 +08:00
ColorPicker.meta init this project 2023-09-12 15:55:51 +08:00
ComboBox.meta init this project 2023-09-12 15:55:51 +08:00
Cooldown.meta init this project 2023-09-12 15:55:51 +08:00
CurlyUI.meta init this project 2023-09-12 15:55:51 +08:00
FancyScrollView.meta init this project 2023-09-12 15:55:51 +08:00
HSS-VSS-ScrollSnap.meta init this project 2023-09-12 15:55:51 +08:00
InputFieldEnterSubmit.meta init this project 2023-09-12 15:55:51 +08:00
LICENSE.md init this project 2023-09-12 15:55:51 +08:00
LICENSE.md.meta init this project 2023-09-12 15:55:51 +08:00
MenuExample.meta init this project 2023-09-12 15:55:51 +08:00
README.md init this project 2023-09-12 15:55:51 +08:00
README.md.meta init this project 2023-09-12 15:55:51 +08:00
RadialSlider.meta init this project 2023-09-12 15:55:51 +08:00
ReorderableList.meta init this project 2023-09-12 15:55:51 +08:00
ScrollRectConflictManager.meta init this project 2023-09-12 15:55:51 +08:00
SelectionBox.meta init this project 2023-09-12 15:55:51 +08:00
TextEffects.meta init this project 2023-09-12 15:55:51 +08:00
UICircleProgress.meta init this project 2023-09-12 15:55:51 +08:00
UIKnobExample.meta init this project 2023-09-12 15:55:51 +08:00
UILineRenderer.meta init this project 2023-09-12 15:55:51 +08:00
UIParticleSystem.meta init this project 2023-09-12 15:55:51 +08:00
UIVerticalScrollerDemo.meta init this project 2023-09-12 15:55:51 +08:00
UnityUIExtensions.Examples.asmdef init this project 2023-09-12 15:55:51 +08:00
UnityUIExtensions.Examples.asmdef.meta init this project 2023-09-12 15:55:51 +08:00

README.md

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

Check out the control demos on our Tumblr page

Intro

For more info, here's a little introduction video for the project:

View Intro Video

You can follow the UI Extensions team for updates and news on:

Twitter / Facebook / YouTube

Chat live with the Unity UI Extensions community on Gitter here

UI Extensions Live Chat


What is this repository for?

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

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


Supporting the UI Extensions project

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


Release History

For the full release history, follow the below link to the full release notes page.

Release Notes


Controls and extensions listed in this project

There are almost 70+ extension controls / effect and other utilities in the project which are listed here

Check out the control demos on our Tumblr page


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 for your version of Unity and import it as a custom package in to your project.

Contribution guidelines

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

All scripts conform to the BSD3 license and are free to use / distribute. See the LICENSE file for more information =

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.