Muck up with release formatting on the home page
parent
72df83f02f
commit
e0f5901dda
74
README.md
74
README.md
|
@ -64,46 +64,54 @@ To get started with the project, here's a little guide:
|
|||
|
||||
## Update 2019.1 - formally 2.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
|
||||
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
|
||||
|
||||
Be sure to logon to the new Gitter Chat site for the UI Extensions project, if you have any questions, queries or suggestions
|
||||
> 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 Chanel](https://gitter.im/Unity-UI-Extensions/Lobby)
|
||||
|
||||
Much easier that posting a question / issue on YouTube, Twitter or Facebook :D
|
||||
### New / updated features
|
||||
|
||||
UIExtensions Gitter Chanel
|
||||
New / updated features
|
||||
Updated and tested with Unity 2018 / 2019
|
||||
FancyScrollView updated with newer version (note breaking change)
|
||||
Added test version of a LineRender control using a List instead of an array
|
||||
New CardUI layout control, for a snazzy flip card system
|
||||
New UI Circle Progress indicator control
|
||||
Examples / Examples / Examples
|
||||
* Updated and tested with Unity 2018 / 2019
|
||||
* FancyScrollView updated with newer version (note breaking change)
|
||||
* Added test version of a LineRender control using a List instead of an array
|
||||
* New CardUI layout control, for a snazzy flip card system
|
||||
* New UI Circle Progress indicator control
|
||||
|
||||
### Examples / Examples / Examples
|
||||
(All examples can be deleted without affecting the extensions)
|
||||
|
||||
Added example for CardUI
|
||||
Added example for the LineRendererList experiment
|
||||
FancyScrollView examples updated to the new version
|
||||
Example for new UICircle progress control
|
||||
Fixes
|
||||
General clean up of build warnings
|
||||
Refactored primitive controls to be cleaner
|
||||
Various HSS / VSS updates, mostly from the community
|
||||
ScrollConflictManager updated to work better with nested HSS/VSS
|
||||
UI Knob resolved to with screen space camera
|
||||
Fix for the menu system, which was disabling prefabs instead of the scene instance
|
||||
Fixed shader in UIParticle System
|
||||
TextPic updated to support culling properly
|
||||
Reorderable List updated with additional options
|
||||
Screenspace overlay support added to the Tooltip control
|
||||
UIParticle system now supports 3D rotation
|
||||
UIVerticalScroller updated
|
||||
Radial slider updated with fixes
|
||||
Known issues
|
||||
* Added example for CardUI
|
||||
* Added example for the LineRendererList experiment
|
||||
* FancyScrollView examples updated to the new version
|
||||
* Example for new UICircle progress control
|
||||
|
||||
### Fixes
|
||||
|
||||
* General clean up of build warnings
|
||||
* Refactored primitive controls to be cleaner
|
||||
* Various HSS / VSS updates, mostly from the community
|
||||
* ScrollConflictManager updated to work better with nested HSS/VSS
|
||||
* UI Knob resolved to with screen space camera
|
||||
* Fix for the menu system, which was disabling prefabs instead of the scene instance
|
||||
* Fixed shader in UIParticle System
|
||||
* TextPic updated to support culling properly
|
||||
* Reorderable List updated with additional options
|
||||
* Screenspace overlay support added to the Tooltip control
|
||||
* UIParticle system now supports 3D rotation
|
||||
* UIVerticalScroller updated
|
||||
* Radial slider updated with
|
||||
|
||||
### Known issues
|
||||
No new issues in this release, but check the issues list for things we are currently working on:
|
||||
|
||||
UI Extensions Issue log
|
||||
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
|
||||
* [UI Extensions Issue log](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues?status=new&status=open)
|
||||
|
||||
## 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
|
||||
|
||||
----------------
|
||||
## Release History
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue