Unity-UI-Extensions.GitHub.io

Unity UI Extensions release notes

This file contains the up to date release notes for each release of the UI Extensions project including release videos where required.


Release 2.3.2 - Rejuvenation - 2023/11/26

2023 is certainly an interesting year to keep you on your toes, and finding time to keep managing all the requests and updates that come in are taking their toll, especially for a FREE project, but nonetheless, I still do it.

Mainly bugfixes for the end of year update, promoting some resolutions that have been verified and tested since the last release.

To get up to speed with the Unity UI Extensions, check out the Getting Started Page.

Ways to get in touch:

Much easier that posting a question / issue on YouTube, Twitter or Facebook :D

Breaking changes

For customers upgrading from earlier versions of Unity to Unity 2020, please be aware of the Breaking change related to Text Based components. You will need to manually replace any UI using the older Text component and replace them with TextMeshPro versions. This is unavoidable due to Unity deprecating the Text component.

New users to 2022 are unaffected as all the Editor commands have been updated to use the newer TextMeshPro versions.

For more details, see the deprecation notice on GitHub.

Added

Changed

Deprecated


Release 2.3 - Reanimation - 2023/02/07

It has been a tough time for all since the last update, but things have been moving steadily along. In the past few months there has been a concerted effort to revamp and update the project ready for Unity 2022, as well as migrating the source repository over to GitHub and refreshing all the things. We hope the new release is better for everyone and we have paid close attention to the editor menus and places to find all the controls for this release.

To get up to speed with the Unity UI Extensions, check out the Getting Started Page.

Ways to get in touch:

Much easier that posting a question / issue on YouTube, Twitter or Facebook :D

Breaking changes

For customers upgrading from earlier versions of Unity to Unity 2020, please be aware of the Breaking change related to Text Based components. You will need to manually replace any UI using the older Text component and replace them with TextMeshPro versions. This is unavoidable due to Unity deprecating the Text component.

New users to 2022 are unaffected as all the Editor commands have been updated to use the newer TextMeshPro versions.

For more details, see the deprecation notice on GitHub.

Added

Changed

Deprecated

Fixed

Upgrade Notes

We recommend using the UPM delivery method. If you are using the Unity asset, there should be no issues updating but if you have a problem, just deleted the old Unity-UI-Extensions folder and import the asset new.


2019.6 - 2.5 - Bug squash

Its been a while since the last update and although Unity keeps changing, thankfully the parts underneath do not. THanks to some awesome work by our contributors and the test teams, we made a run on some underlying bugs and issues. If you spot anything else, please log it on the BitBucket site for resolution.

Be sure to logon to the new Gitter Chat site for the UI Extensions project, if you have any questions, queries or suggestions

Much easier that posting a question / issue on YouTube, Twitter or Facebook :D

UIExtensions Gitter Channel

Added

Nothing new this time, bugfix release.

Changed

Deprecated

None

Fixed

Removed

None


Update 2019.5 - 2.3 - Accelerated Deployment

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.

New / updated features

Examples / Examples / Examples

Examples now have their own package, this simplifies their use and deployment. Especially in 2019 with the UPM deployment.

Fixes

Known issues

No new issues in this release, but check the issues list for things we are currently working on:

Installation Instructions

As of Unity 2019, there are now two paths for getting access to the Unity UI Extensions project:

Alternatively, you can also use the pre-compiled Unity packages if you wish, however, UPM offers full versioning support to allow you to switch versions as you wish.

Upgrade Notes

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.


Update 2019.4 - 2.2 - Back from the future

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.

Be sure to logon to the new Gitter Chat site for the UI Extensions project, if you have any questions, queries or suggestions

Much easier that posting a question / issue on YouTube, Twitter or Facebook :D

UIExtensions Gitter Channel

New / updated features

Examples / Examples / Examples

Examples now have their own package, this simplifies their use and deployment. Especially in 2019 with the UPM deployment.

Fixes

Known issues

No new issues in this release, but check the issues list for things we are currently working on:


Update 2019.1 - formally v2.1 - Going with the times

Given that it’s been a while since the last release and a fair few number of fixes have been introduced since the last update, it’s only fair I get this point release out for the masses. This is only a point release and we are still working hard on the next full update

New / updated features

Examples / Examples / Examples

(All examples can be deleted without affecting the extensions)

Fixes

Known issues

No new issues in this release, but check the issues list for things we are currently working on:

Upgrade Notes

No significant concerns, should be able to update over the 2.1 package. If upgrading prior to 2.1, we still recommend removing the UnityUIExtensions folder and then re-importing


Update 2.0 - The update so big they had to name it twice

View 2.0 update Video

New / updated features

Examples / Examples / Examples

Finally added some proper examples, especially for the newer controls. These can be found in the Examples folder (which can be safely deleted if you wish)

Fixes

Known issues

Serialisation functionality has been removed due to several incompatibilities between platforms, suggest the UniversalSerialiser as an alternative. May bring back if there is demand. (or copy out the source from the previous release)

Upgrade Notes

With this being a major version update, it is recommended to remove the old UI Extensions folder before importing the new asset.


Update 1.2

View 1.2 update Video

New / updated features

Fixes

Known issues

Upgrade Notes

Although not specifically required, it is recommended to remove the old UI Extensions folder before importing the new asset The HSS picker especially had a lot of file changes in this update.

Note In Unity 5.5 the particle system was overhauled and several methods were marked for removal. However, the UI Particle System script currently still uses them Either ignore these errors or remove the _UIParticleSystem_ script in the “Unity UI Extensions / Scripts / Effects” folder


Update 1.1

View 1.1 update Video

Note for 4.6 / 5.1, some features will not be available due to their incompatibility. Also the Line Renderer remains unchanged in these releases as the updates do not work with the older system

New / updated features

Fixes

Upgrade Notes

Two scripts were moved and need their originals need deleting post upgrade. Please remove the following files:


Update 1.0.6.1


Update 1.0.6

View 1.0.6 update Video


Update 1.0.5

Few minor fixes and a couple of additional scripts. Predominately created the new 5.3 branch to maintain the UI API changes from the 5.2.1 Patch releases. 5.3 package is 100% compatible with 5.2.1 Patch releases.


Update 1.0.4

View Getting Started Video

=======================

Additional Info

=======================

How do I get set up?

As of Unity 2019, there are now two paths for getting access to the Unity UI Extensions project:

Alternatively, you can also use the pre-compiled Unity packages if you wish, however, UPM offers full versioning support to allow you to switch versions as you wish.

Contribution guidelines

Got a script you want added? Then just fork the GitHub repository and submit a PR. All contributions accepted (including fixes)

Just ensure:

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.

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.

Previous Releases

Please see the full downloads list for all previous releases and their corresponding download links.