Docs updated for release
parent
38dd4ed507
commit
ccad953e2c
61
CHANGELOG.md
61
CHANGELOG.md
|
@ -4,24 +4,34 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
||||||
|
|
||||||
## 2019.4 (v2.2) - 2020-07-09
|
## 2019.5 (v2.3) - 2020-10-31
|
||||||
|
|
||||||
Here we write upgrading notes for brands. It's a team effort to make them as
|
Since the move to UPM, the team have been able to react quicker and push out fixes a lot easier, without affecting previous installation (whilst still adhering to Unity's backwards compatibility pattern). So it is with great news we announce this new release, faster that ever :D (and thanks to UPM, easier to upgrade than ever).
|
||||||
straightforward as possible.
|
Be sure to also check out the "Examples" option in the Package Manager window to import the samples to your project.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- New UPM deployment for Unity 2019, 2018 will still need to use the asset packages due to Unity compatibility issues.
|
- Add squircle primitive
|
||||||
- Updated the project to the new Unity packaging guidelines, including separating out the examples to a separate package.
|
- Adding new magnetic scroll control
|
||||||
- Many line drawing updates, including the ability to draw using a mouse (check the examples)
|
- Added a static library to collate shaders on first use.
|
||||||
- New Unity Card UI controls thanks to @RyanslikeSoCool
|
- Finalized new InputManagerHelper, which translates input based on the operating input system, new or old Updated CardStack2D to have defined keyboard input or specific gamepad input over the older axisname for new input system.
|
||||||
|
- Updated DropDown and Autocomplete controls based on feedback in #204
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Scroll Snaps (HSS/VSS) now have a "Hard Swipe" feature to restrict movement to a single page for each swipe
|
- Examples now included with UPM delivery and available as a button on the UPM package manager window
|
||||||
- Scroll Snaps have also been updated to work better with the UIInfiniteScroll control
|
- Updated DropDown and Autocomplete controls based on feedback in #204
|
||||||
- Update to the Fancy Scroll controls with even more added fanciness
|
- Updated Accordion to support both Vertical as well as Horizontal layout
|
||||||
- Several updates to adopt newer Unity standards in the controls to ensure full forwards and backwards compatibility
|
- Updated ComboBox controls to improve better programmatic controls
|
||||||
|
- Updates to the Infinite scroll to support content of various sizes
|
||||||
|
- Updated UI Knob control - enabled dragging outside the target area, added example scene
|
||||||
|
- Minor update to MagneticInfinite Scroll
|
||||||
|
- Refactored and extended the ContentScrollSnap control
|
||||||
|
- Added protection against errors and empty scrollrect content
|
||||||
|
- Added new SetNewItems function to add children programmatically to the control and reset accordingly
|
||||||
|
- Patch supplied by a contributor to improve the texture sheet use with the UIParticlesystem
|
||||||
|
- Added "SetKnobValue" function which allows the setting of Value and loops
|
||||||
|
- Added the programmatic capability to change the parent scroll rect on the ScrollConflictManager at runtime.
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
@ -29,21 +39,20 @@ None
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Mouse position use updated in
|
- Fix to add a "RequireComponent" to Primitives as Unity 2020 does not add them by default
|
||||||
* RadialSlider
|
- Remove old Examples submodule
|
||||||
* ColorSampler
|
- Updated submodules to hide Examples folder Additionally, updated Package manifest to allow importing of examples direct from UPM package.
|
||||||
* TiltWindow
|
- Fixed hard swipe to ensure it only ever moves one page, no matter how far you swipe.
|
||||||
- Check compiler warnings (#197)
|
- Fixed a conflict when using the ScrollConflictManager in child content of a HSS or VSS
|
||||||
- Line Renderer click to add lines (#183)
|
- Fix for UI Particle system looping
|
||||||
- ScrollSnap Swiping options - hard fast swipe (#176)
|
- Fixed public GoToScreen call to only raise events internally (not multiple)
|
||||||
- Shader Loading issue / UIParticleSystem (#229)
|
- Final roll-up and fix. Resolved race condition for associated pagination controls.
|
||||||
- Issue where Menu Prefabs would be disabled instead of their Clones (#210)
|
- Fixed issue with page events not being raised when inertia was disabled (velocity was always zero)
|
||||||
- Check ScrollSnapBase update (#265)
|
- When cloned, reorderable list was creating a second List Content component that was not initialized. Refactored to ensure only one list content was present and is initialized correctly
|
||||||
- UIInfiniteScroller support for VSS updated and fixes
|
- Reorderable list items marked as transferable, remain transferable after being dropped
|
||||||
- Fix to allow radial slider to start from positions other than left
|
- Patch to resolve issues without the new Input System installed
|
||||||
- Fix UI Particles: Texture sheet animation + Random row(#256)
|
- Refined magnetic scroll and dependencies while documenting Updated example
|
||||||
- Fix for wandering ScrollSnap controls due to Local Positioning drift
|
- Patch Tooltip
|
||||||
- Divide By Zero fix for Gradient (#58)
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|
|
@ -31,24 +31,64 @@ For a full list of the controls and how they are used, please see the [online do
|
||||||
|
|
||||||
This version of the Unity UI Extensions is compatible with the following versions of the Unity Editor:
|
This version of the Unity UI Extensions is compatible with the following versions of the Unity Editor:
|
||||||
|
|
||||||
* 2019 and above - the recommended path for 2019+ is to use the Unity Package Manager to get access to the package. Full details for installing via UPM can be [found here](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/UPMInstallation).
|
- 2019 and above - the recommended path for 2019+ is to use the Unity Package Manager to get access to the package. Full details for installing via UPM can be [found here](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/UPMInstallation).
|
||||||
|
|
||||||
> Alternatively, the Asset packages have been tested to work with 2019 as well if you prefer to install that way.
|
> Alternatively, the Asset packages have been tested to work with 2019 as well if you prefer to install that way.
|
||||||
|
|
||||||
* 2018 and below - for 2018 and use this package, you will have to import the asset package(s), either from the Asset Store or from the alternate download locations [listed here](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads).
|
- 2018 and below - for 2018 and use this package, you will have to import the asset package(s), either from the Asset Store or from the alternate download locations [listed here](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads).
|
||||||
|
|
||||||
## [Release Notes](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/ReleaseNotes/RELEASENOTES)
|
## [Release Notes](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/ReleaseNotes/RELEASENOTES)
|
||||||
|
|
||||||
### 2019.4 - 2.2 - Back from the future
|
### 2019.5 - 2.3 - Accelerated Deployment
|
||||||
|
|
||||||
* New UPM deployment for Unity 2019, 2018 will still need to use the asset packages due to Unity compatibility issues.
|
#### Added
|
||||||
* Updated the project to the new Unity packaging guidelines, including separating out the examples to a separate package.
|
|
||||||
* Many line drawing updates, including the ability to draw using a mouse (check the examples)
|
- Add squircle primitive
|
||||||
* Scroll Snaps (HSS/VSS) now have a "Hard Swipe" feature to restrict movement to a single page for each swipe
|
- Adding new magnetic scroll control
|
||||||
* Scroll Snaps have also been updated to work better with the UIInfiniteScroll control
|
- Added a static library to collate shaders on first use.
|
||||||
* New Unity Card UI controls thanks to @RyanslikeSoCool
|
- Finalized new InputManagerHelper, which translates input based on the operating input system, new or old Updated CardStack2D to have defined keyboard input or specific gamepad input over the older axisname for new input system.
|
||||||
* Update to the Fancy Scroll controls with even more added fanciness
|
- Updated DropDown and Autocomplete controls based on feedback in #204
|
||||||
* Several updates to adopt newer Unity standards in the controls to ensure full forwards and backwards compatibility
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Examples now included with UPM delivery and available as a button on the UPM package manager window
|
||||||
|
- Updated DropDown and Autocomplete controls based on feedback in #204
|
||||||
|
- Updated Accordion to support both Vertical as well as Horizontal layout
|
||||||
|
- Updated ComboBox controls to improve better programmatic controls
|
||||||
|
- Updates to the Infinite scroll to support content of various sizes
|
||||||
|
- Updated UI Knob control - enabled dragging outside the target area, added example scene
|
||||||
|
- Minor update to MagneticInfinite Scroll
|
||||||
|
- Refactored and extended the ContentScrollSnap control
|
||||||
|
- Added protection against errors and empty scrollrect content
|
||||||
|
- Added new SetNewItems function to add children programmatically to the control and reset accordingly
|
||||||
|
- Patch supplied by a contributor to improve the texture sheet use with the UIParticlesystem
|
||||||
|
- Added "SetKnobValue" function which allows the setting of Value and loops
|
||||||
|
- Added the programmatic capability to change the parent scroll rect on the ScrollConflictManager at runtime.
|
||||||
|
|
||||||
|
#### Deprecated
|
||||||
|
|
||||||
|
None
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Fix to add a "RequireComponent" to Primitives as Unity 2020 does not add them by default
|
||||||
|
- Remove old Examples submodule
|
||||||
|
- Updated submodules to hide Examples folder Additionally, updated Package manifest to allow importing of examples direct from UPM package.
|
||||||
|
- Fixed hard swipe to ensure it only ever moves one page, no matter how far you swipe.
|
||||||
|
- Fixed a conflict when using the ScrollConflictManager in child content of a HSS or VSS
|
||||||
|
- Fix for UI Particle system looping
|
||||||
|
- Fixed public GoToScreen call to only raise events internally (not multiple)
|
||||||
|
- Final roll-up and fix. Resolved race condition for associated pagination controls.
|
||||||
|
- Fixed issue with page events not being raised when inertia was disabled (velocity was always zero)
|
||||||
|
- When cloned, reorderable list was creating a second List Content component that was not initialized. Refactored to ensure only one list content was present and is initialized correctly
|
||||||
|
- Reorderable list items marked as transferable, remain transferable after being dropped
|
||||||
|
- Patch to resolve issues without the new Input System installed
|
||||||
|
- Refined magnetic scroll and dependencies while documenting Updated example
|
||||||
|
- Patch Tooltip
|
||||||
|
|
||||||
|
#### Removed
|
||||||
|
|
||||||
|
None
|
||||||
|
|
||||||
# Document revision history
|
# Document revision history
|
||||||
|
|
||||||
|
@ -56,3 +96,5 @@ This version of the Unity UI Extensions is compatible with the following version
|
||||||
|-|-|
|
|-|-|
|
||||||
|July 9th, 2020|2019.4 (v2.2) released, first UPM deployment live |
|
|July 9th, 2020|2019.4 (v2.2) released, first UPM deployment live |
|
||||||
|September 3rd, 2019|2019.1 (v2.1) released, First major update for the 2.0 series.|
|
|September 3rd, 2019|2019.1 (v2.1) released, First major update for the 2.0 series.|
|
||||||
|
|August 8th, 2020|2019.4 (v2.2) released, New UPM Delivery.|
|
||||||
|
|October 10th, 2020|2019.5 (v2.2) released, New UPM fast delivery|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Unity UI Extensions License (BSD3)
|
# Unity UI Extensions License (BSD3)
|
||||||
|
|
||||||
Copyright (c) 2019
|
Copyright (c) 2019
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification,
|
Redistribution and use in source and binary forms, with or without modification,
|
||||||
|
|
131
README.md
131
README.md
|
@ -1,21 +1,24 @@
|
||||||
# README
|
# Unity UI Extensions README
|
||||||
|
|
||||||
This is an extension project for the new Unity UI system which can be found at: [Unity UI Source](https://bitbucket.org/Unity-Technologies/ui)
|
This is 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)
|
> [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:
|
For more info, here's a little introduction video for the project:
|
||||||
|
|
||||||
[![View Intro Video](http://img.youtube.com/vi/njoIeE4akq0/0.jpg)](http://www.youtube.com/watch?v=njoIeE4akq0 "Unity UI Extensions intro video")
|
[![View Intro Video](http://img.youtube.com/vi/njoIeE4akq0/0.jpg)](http://www.youtube.com/watch?v=njoIeE4akq0 "Unity UI Extensions intro video")
|
||||||
|
|
||||||
You can follow the UI Extensions team for updates and news on:
|
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)
|
|
||||||
|
### [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)
|
> ## 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)
|
## [What is this repository for?](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/About)
|
||||||
|
|
||||||
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, combined and improved over time.
|
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, combined and improved over time.
|
||||||
|
|
||||||
|
@ -23,7 +26,7 @@ In this repository is a collection of extension scripts / effects and controls t
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
# [Download - 2019.4 (aka 2.2)](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads)
|
## [Download - 2019.5 (aka 2.3)](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads)
|
||||||
|
|
||||||
We have expanded where you can download the UnityPackage asset and widened the options to contribute to the project.
|
We have expanded where you can download the UnityPackage asset and widened the options to contribute to the project.
|
||||||
|
|
||||||
|
@ -39,7 +42,7 @@ To view previous releases, visit the [release archive](https://bitbucket.org/Uni
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
# [Supporting the UI Extensions project](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=89L8T9N6BR7LJ)
|
## [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 using the links below.
|
If you wish to further support the Unity UI Extensions project itself, then you can either subsidise your downloads above, or using the links below.
|
||||||
|
|
||||||
|
@ -53,18 +56,19 @@ All funds go to support the project, no matter the amount. **Donations in code a
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
# [Getting Started](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/GettingStarted)
|
## [Getting Started](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/GettingStarted)
|
||||||
To get started with the project, here's a little guide:
|
To get started with the project, here's a little guide:
|
||||||
|
|
||||||
[![View Getting Started Video](http://img.youtube.com/vi/sVLeYmsNQAI/0.jpg)](http://www.youtube.com/watch?v=sVLeYmsNQAI "Unity UI getting started video")
|
[![View Getting Started Video](http://img.youtube.com/vi/sVLeYmsNQAI/0.jpg)](http://www.youtube.com/watch?v=sVLeYmsNQAI "Unity UI getting started video")
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
# [Updates:](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/ReleaseNotes/RELEASENOTES)
|
## [Updates:](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/ReleaseNotes/RELEASENOTES)
|
||||||
|
|
||||||
## Release 2019.4 - (v2.2) - Back from the future
|
## Update 2019.5 - 2.3 - Accelerated Deployment
|
||||||
|
|
||||||
It's been a long year since the last official release of the Unity UI Extensions project and WOW, have there been a lot of ups and downs. Big thanks to the community for their support of the project whether that was funds, code or even just testing and helping to iron out some pesky bugs.
|
Since the move to UPM, the team have been able to react quicker and push out fixes a lot easier, without affecting previous installation (whilst still adhering to Unity's backwards compatibility pattern). So it is with great news we announce this new release, faster that ever :D (and thanks to UPM, easier to upgrade than ever).
|
||||||
|
Be sure to also check out the "Examples" option in the Package Manager window to import the samples to your project.
|
||||||
|
|
||||||
> Be sure to logon to the new [Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project, if you have any questions, queries or suggestions
|
> Be sure to logon to the new [Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project, if you have any questions, queries or suggestions
|
||||||
>
|
>
|
||||||
|
@ -74,66 +78,77 @@ It's been a long year since the last official release of the Unity UI Extensions
|
||||||
|
|
||||||
### New / updated features
|
### New / updated features
|
||||||
|
|
||||||
* New UPM deployment for Unity 2019, 2018 will still need to use the asset packages due to Unity compatibility issues.
|
* Add squircle primitive
|
||||||
* Updated the project to the new Unity packaging guidelines, including separating out the examples to a separate package.
|
* Adding new magnetic scroll control
|
||||||
* Many line drawing updates, including the ability to draw using a mouse (check the examples)
|
* Added a static library to collate shaders on first use.
|
||||||
* Scroll Snaps (HSS/VSS) now have a "Hard Swipe" feature to restrict movement to a single page for each swipe
|
* Finalized new InputManagerHelper, which translates input based on the operating input system, new or old Updated CardStack2D to have defined keyboard input or specific gamepad input over the older axisname for new input system.
|
||||||
* Scroll Snaps have also been updated to work better with the UIInfiniteScroll control
|
* Examples now included with UPM delivery and available as a button on the UPM package manager window
|
||||||
* New Unity Card UI controls thanks to @RyanslikeSoCool
|
* Updated DropDown and Autocomplete controls based on feedback in #204
|
||||||
* Update to the Fancy Scroll controls with even more added fanciness
|
* Updated Accordion to support both Vertical as well as Horizontal layout
|
||||||
* Several updates to adopt newer Unity standards in the controls to ensure full forwards and backwards compatibility
|
* Updated ComboBox controls to improve better programmatic controls
|
||||||
|
* Updates to the Infinite scroll to support content of various sizes
|
||||||
|
* Updated UI Knob control - enabled dragging outside the target area, added example scene
|
||||||
|
* Minor update to MagneticInfinite Scroll
|
||||||
|
* Refactored and extended the ContentScrollSnap control
|
||||||
|
* Added protection against errors and empty scrollrect content
|
||||||
|
* Added new SetNewItems function to add children programmatically to the control and reset accordingly
|
||||||
|
* Patch supplied by a contributor to improve the texture sheet use with the UIParticlesystem
|
||||||
|
* Added "SetKnobValue" function which allows the setting of Value and loops
|
||||||
|
* Added the programmatic capability to change the parent scroll rect on the ScrollConflictManager at runtime.
|
||||||
|
|
||||||
### Examples / Examples / Examples
|
### Examples / Examples / Examples
|
||||||
|
|
||||||
Examples now have their own package, this simplifies their use and deployment. Especially in 2019 with the UPM deployment.
|
Examples now have their own package, this simplifies their use and deployment. Especially in 2019 with the UPM deployment.
|
||||||
|
|
||||||
* Refreshed all examples for Unity 2019
|
* New UI Knob examples
|
||||||
* New Card UI Examples to supplement the new controls
|
* New Magnetic Scroll Example
|
||||||
* New Infinite Scroll Snap example
|
* Updated ComboBox examples for programmatic testing
|
||||||
* Fancy Scroll view updated with 2 new examples
|
|
||||||
* New particle system example, demonstrating programmatic control of the particle system
|
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
* Mouse position use updated in
|
* Fix to add a "RequireComponent" to Primitives as Unity 2020 does not add them by default
|
||||||
- RadialSlider
|
* Remove old Examples submodule
|
||||||
- ColorSampler
|
* Updated submodules to hide Examples folder Additionally, updated Package manifest to allow importing of examples direct from UPM package.
|
||||||
- TiltWindow
|
* Fixed hard swipe to ensure it only ever moves one page, no matter how far you swipe.
|
||||||
* Check compiler warnings (#197)
|
* Fixed a conflict when using the ScrollConflictManager in child content of a HSS or VSS
|
||||||
* Line Renderer click to add lines (#183)
|
* Fix for UI Particle system looping
|
||||||
* ScrollSnap Swiping options - hard fast swipe (#176)
|
* Fixed public GoToScreen call to only raise events internally (not multiple)
|
||||||
* Shader Loading issue / UIParticleSystem (#229)
|
* Final roll-up and fix. Resolved race condition for associated pagination controls.
|
||||||
* Issue where Menu Prefabs would be disabled instead of their Clones (#210)
|
* Fixed issue with page events not being raised when inertia was disabled (velocity was always zero)
|
||||||
* Check ScrollSnapBase update (#265)
|
* When cloned, reorderable list was creating a second List Content component that was not initialized. Refactored to ensure only one list content was present and is initialized correctly
|
||||||
* UIInfiniteScroller support for VSS updated and fixes
|
* Reorderable list items marked as transferable, remain transferable after being dropped
|
||||||
* Fix to allow radial slider to start from positions other than left
|
* Patch to resolve issues without the new Input System installed
|
||||||
* Fix UI Particles: Texture sheet animation + Random row(#256)
|
* Refined magnetic scroll and dependencies while documenting Updated example
|
||||||
* Fix for wandering ScrollSnap controls due to Local Positioning drift
|
* Patch Tooltip
|
||||||
* Divide By Zero fix for Gradient (#58)
|
|
||||||
|
|
||||||
|
|
||||||
### Known issues
|
### Known issues
|
||||||
|
|
||||||
No new issues in this release, but check the issues list for things we are currently working on:
|
No new issues in this release, but check the issues list for things we are currently working on:
|
||||||
|
|
||||||
* [UI Extensions Issue log](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues?status=new&status=open)
|
* [UI Extensions Issue log](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues?status=new&status=open)
|
||||||
|
|
||||||
## Upgrade Notes
|
## Upgrade Notes
|
||||||
Due to the restructure of the package to meet Unity's new package guidelines, we recomment **Deleting the current Unity UI Extensions** folder prior to importing the new package
|
|
||||||
|
|
||||||
For Unity 2019 users using the new UPM deployment, be sure to delete the existing folder in your assets folder before adding the new package to avoid conflict
|
Due to the restructure of the package to meet Unity's new package guidelines, we recommend **Deleting the current Unity UI Extensions** folder prior to importing the new package.
|
||||||
|
|
||||||
|
For Unity 2019 users using the new UPM deployment, be sure to delete the existing folder in your assets folder before adding the new package to avoid conflict.
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
----------------
|
|
||||||
## Release History
|
## Release History
|
||||||
|
|
||||||
For the full release history, follow the below link to the full release notes page.
|
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)
|
### [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):
|
|
||||||
|
## [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 on the following page:
|
There are almost 70+ extension controls / effect and other utilities in the project which are listed on the following page:
|
||||||
|
|
||||||
> ## [Check out the control demos on our Tumblr page](https://www.tumblr.com/blog/unityuiextensions)
|
> ## [Check out the control demos on our Tumblr page](https://www.tumblr.com/blog/unityuiextensions)
|
||||||
|
>
|
||||||
> | [![UI Line Renderer](https://bytebucket.org/UnityUIExtensions/unity-ui-extensions/wiki/SiteImages/LineRenderer.gif)](https://www.tumblr.com/blog/unityuiextensions "UI Line Renderer") | [![UI Knob](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/SiteImages/UIKnob.gif)](https://www.tumblr.com/blog/unityuiextensions "UI Knob") | [![ScrollSnap](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/SiteImages/ScrollSnap.gif)](https://www.tumblr.com/blog/unityuiextensions "Scroll Snap")|
|
> | [![UI Line Renderer](https://bytebucket.org/UnityUIExtensions/unity-ui-extensions/wiki/SiteImages/LineRenderer.gif)](https://www.tumblr.com/blog/unityuiextensions "UI Line Renderer") | [![UI Knob](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/SiteImages/UIKnob.gif)](https://www.tumblr.com/blog/unityuiextensions "UI Knob") | [![ScrollSnap](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/SiteImages/ScrollSnap.gif)](https://www.tumblr.com/blog/unityuiextensions "Scroll Snap")|
|
||||||
> | :--- | :--- | :--- |
|
> | :--- | :--- | :--- |
|
||||||
> | [UI Line Renderer](https://www.tumblr.com/blog/unityuiextensions) | [UI Knob](https://www.tumblr.com/blog/unityuiextensions) |[Scroll Snap](https://www.tumblr.com/blog/unityuiextensions) |
|
> | [UI Line Renderer](https://www.tumblr.com/blog/unityuiextensions) | [UI Knob](https://www.tumblr.com/blog/unityuiextensions) |[Scroll Snap](https://www.tumblr.com/blog/unityuiextensions) |
|
||||||
|
@ -173,26 +188,20 @@ CylinderText|UIParticleSystem|CurlyUI|Shine Effect|Shader Effects
|
||||||
VRCursor|VRInputModule|||
|
VRCursor|VRInputModule|||
|
||||||
||||
|
||||
|
||||||
|
|
||||||
[Input Modules](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Controls#markdown-header-input_modules)|||||
|
|
||||||
------|------|------|------|
|
|
||||||
AimerInputModule|GamePadInputModule|||
|
|
||||||
||||
|
|
||||||
|
|
||||||
[Additional Components](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Controls#markdown-header-additional_components)|||||
|
[Additional Components](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Controls#markdown-header-additional_components)|||||
|
||||||
------|------|------|------|
|
------|------|------|------|
|
||||||
ReturnKeyTrigger|TabNavigation|uGUITools|ScrollRectTweener|ScrollRectLinker
|
ReturnKeyTrigger|TabNavigation|uGUITools|ScrollRectTweener|ScrollRectLinker
|
||||||
ScrollRectEx|UI_InfiniteScroll|UI_ScrollRectOcclusion|UIScrollToSelection|UISelectableExtension
|
ScrollRectEx|UI_InfiniteScroll|UI_ScrollRectOcclusion|UIScrollToSelection|UISelectableExtension
|
||||||
switchToRectTransform|ScrollConflictManager|CLFZ2 (Encryption)|DragCorrector|PPIViewer
|
switchToRectTransform|ScrollConflictManager|CLFZ2 (Encryption)|DragCorrector|PPIViewer
|
||||||
UI_TweenScale|UI_InfiniteScroll|UI_ScrollRectOcclusion|NonDrawingGraphic|UILineConnector
|
UI_TweenScale|UI_MagneticInfiniteScroll|UI_ScrollRectOcclusion|NonDrawingGraphic|
|
||||||
UIHighlightable|Menu Manager|Pagination Manager||
|
UILineConnector|UIHighlightable|Menu Manager|Pagination Manager|
|
||||||
||||
|
||||
|
||||||
|
|
||||||
*More to come*
|
*More to come*
|
||||||
|
|
||||||
---
|
-----
|
||||||
|
|
||||||
|
## [How do I get set up?](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/GettingStarted)
|
||||||
# [How do I get set up?](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/GettingStarted)
|
|
||||||
|
|
||||||
As of Unity 2019, there are now two paths for getting access to the Unity UI Extensions project:
|
As of Unity 2019, there are now two paths for getting access to the Unity UI Extensions project:
|
||||||
|
|
||||||
|
@ -205,7 +214,7 @@ Alternatively, you can also use the pre-compiled Unity packages if you wish, how
|
||||||
The pre-compiled Unity assets are the only solution for Unity 2018 or earlier due to the changes in the Unity UI framework in Unity made for 2019.
|
The pre-compiled Unity assets are the only solution for Unity 2018 or earlier due to the changes in the Unity UI framework in Unity made for 2019.
|
||||||
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.
|
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)
|
## [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)
|
Got a script you want added? Then just fork the bitbucket repository and submit a PR. All contributions accepted (including fixes)
|
||||||
|
|
||||||
|
@ -215,21 +224,21 @@ Just ensure:
|
||||||
* The script uses the **Unity.UI.Extensions** namespace so they do not affect any other developments
|
* 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)
|
* (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)
|
## [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
|
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)
|
## [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
|
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.
|
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.
|
||||||
|
|
||||||
# [The downloads ](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads)
|
## [The downloads](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads)
|
||||||
|
|
||||||
As this repo was created to support my new Unity UI Title ["Unity 3D UI Essentials"](http://bit.ly/Unity3DUIEssentials), 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.
|
As this repo was created to support my new Unity UI Title ["Unity 3D UI Essentials"](http://bit.ly/Unity3DUIEssentials), 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.
|
I will add more sample scenes for the UI examples in this repository and detail them above over time.
|
||||||
|
|
||||||
# [Previous Releases](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads)
|
## [Previous Releases](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads)
|
||||||
|
|
||||||
Please see the [full downloads list](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads) for all previous releases and their corresponding download links.
|
Please see the [full downloads list](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads) for all previous releases and their corresponding download links.
|
Loading…
Reference in New Issue