From c8775219dc73bfc50bc9367a75c662d0da9e2c43 Mon Sep 17 00:00:00 2001 From: Simon Jackson Date: Mon, 2 Jan 2017 09:56:56 +0000 Subject: [PATCH] Updated release notes with Video link --HG-- branch : develop_5.3 --- README.md | 15 ++++++++------- RELEASENOTES.md | 13 +++++++++---- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 96e9544..0a841be 100644 --- a/README.md +++ b/README.md @@ -55,24 +55,25 @@ To get started with the project, here's a little guide: #[Updates:](https://bitbucket.org/ddreaper/unity-ui-extensions/wiki/ReleaseNotes/RELEASENOTES)# ##Update 1.2## - -[![View 1.2 update Video](http://img.youtube.com/vi/tbc/0.jpg)](https://www.youtube.com/watch?v=tbc "Update 1.2 for the Unity UI Extensions Project") +[![View 1.2 update Video](http://img.youtube.com/vi/cWv0A6rEEc8/0.jpg)](https://www.youtube.com/watch?v=cWv0A6rEEc8 "Update 1.2 for the Unity UI Extensions Project") ###New / updated features### * Major updates to the Horizontal and Vertical Scroll Snap controls * Replacement HSV/Color picker control (and new Box Slider control) * Fixes / updates to the TextPic control -* Updates to SoftAlphaUI script - improved Text / world space support -* New Gradient control (gradient 2) +* Updates to SoftAlphaUI script - improved Text / worldspace support +* Updates to Extensions Toggle - Adds ID and event to publish ID on change +* New Gadient control (gradient 2) * New UI ScrollRect Occlusion utility * New UI Tween Scale utility * New UI Infinite ScrollRect * New Table Layout Group ###Fixes### -* H&S Scroll Snap indexing issues -* H&S Scroll Snap performance updates -* H&S Scroll Snap Long swipe behavior updated +* H&V Scroll Snap indexing issues +* H&V Scroll Snap performance updates +* H&V Scroll Snap Long swipe behavior updated +* H&V Scroll Snap support for Rect Resizing * TextPic Set set before draw issues * HSV picker replaced with more generic color picker diff --git a/RELEASENOTES.md b/RELEASENOTES.md index fc8a80f..c8c10c4 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -3,13 +3,14 @@ This file contains the up to date release notes for each release of the UI Exten ---------------- ##Update 1.2## -[![View 1.2 update Video](http://img.youtube.com/vi/tbc/0.jpg)](https://www.youtube.com/watch?v=tbc "Update 1.2 for the Unity UI Extensions Project") +[![View 1.2 update Video](http://img.youtube.com/vi/cWv0A6rEEc8/0.jpg)](https://www.youtube.com/watch?v=cWv0A6rEEc8 "Update 1.2 for the Unity UI Extensions Project") ###New / updated features### * Major updates to the Horizontal and Vertical Scroll Snap controls * Replacement HSV/Color picker control (and new Box Slider control) * Fixes / updates to the TextPic control * Updates to SoftAlphaUI script - improved Text / worldspace support +* Updates to Extensions Toggle - Adds ID and event to publish ID on change * New Gadient control (gradient 2) * New UI ScrollRect Occlusion utility * New UI Tween Scale utility @@ -17,9 +18,10 @@ This file contains the up to date release notes for each release of the UI Exten * New Table Layout Group ###Fixes### -* H&S Scroll Snap indexing issues -* H&S Scroll Snap performance updates -* H&S Scroll Snap Long swipe behavior updated +* H&V Scroll Snap indexing issues +* H&V Scroll Snap performance updates +* H&V Scroll Snap Long swipe behavior updated +* H&V Scroll Snap support for Rect Resizing * TextPic Set set before draw issues * HSV picker replaced with more generic color picker @@ -30,6 +32,9 @@ This file contains the up to date release notes for each release of the UI Exten 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##