Go to file
Rahul Raman 2e8682a491 Cleanup: Renamed "Cell Spacing" as "Column Spacing"
--HG--
branch : develop_5.3
2016-12-27 21:59:20 +00:00
Editor Removed old HSV picker and replaced with initial version of the new COlorPicker. 2016-11-25 09:27:29 +00:00
Examples Removed old HSV picker and replaced with initial version of the new COlorPicker. 2016-11-25 09:27:29 +00:00
Scripts Cleanup: Renamed "Cell Spacing" as "Column Spacing" 2016-12-27 21:59:20 +00:00
Shaders Updated new Softmask Script to UI Extensions standards. Removed unneeded Text shader and cleaned up. 2016-12-24 12:27:42 +00:00
.hgignore Initial commit with base example scripts 2014-12-30 21:43:06 +00:00
.hgtags Added tag V1.0.0.3 for changeset 82a1ba231e1e 2015-02-26 20:58:49 +00:00
Editor.meta Project tidy up 2016-07-08 11:45:58 +01:00
Examples.meta Project tidy up 2016-07-08 11:45:58 +01:00
LICENSE LICENSE created online with Bitbucket 2015-02-09 16:06:53 +00:00
LICENSE.meta Auto-Updated to Unity 5.1.2f1 and fixed build errors. 2015-08-04 18:25:26 -04:00
README.md Some more restructuring whilst documentation updates continue. 2016-07-18 21:36:36 +01:00
README.md.meta Auto-Updated to Unity 5.1.2f1 and fixed build errors. 2015-08-04 18:25:26 -04:00
RELEASENOTES.md Patched Particle System with fixes from author 2016-07-02 14:50:37 +01:00
RELEASENOTES.md.meta Patches added to HSS and VSS to include programatic support 2016-05-23 20:57:56 +01:00
Scripts.meta Auto-Updated to Unity 5.1.2f1 and fixed build errors. 2015-08-04 18:25:26 -04:00
Shaders.meta Added UIImage Crop shader style 2015-10-28 20:43:01 +00:00
UnityUIExtensions-5.3.unitypackage That's it. Update 1.1 ready. #BigRedButton 2016-06-04 11:44:36 +01:00
UnityUIExtensions-5.3.unitypackage.meta Added 5.3 asset package for 5.2.1p+ releases 2015-10-11 15:04:01 +01:00
package.json Initial check-in for the 1.1 release, fixes include: 2016-05-17 13:26:50 +01:00
package.json.meta Slight reorg and addition of the following components: 2015-09-20 00:24:17 +01:00

README.md

README

This is an extension project for the new Unity UI system which can be found at: Unity UI Source ###For Unity 5.2.2+ - Use the new 5.3 package!### ###*Note, due to limited demand, this is the last release we will update the 4.x/5.1/5.2 asset package, we'll be focusing on 5.3/5.4 from now on.###


#Supporting the UI Extensions project# If you wish to support the Unity UI Extensions project itself, then you can using the PayPal link below.

(paypal account not required and you can remain anonymous if you wish)

##>> Donate <<##


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

View Intro Video

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

Twitter / Facebook / YouTube###


# What is this repository for? #

In this repository is a collection of extension scripts to enhance your Unity UI experience. These scripts have been gathered from many sources and combined and improved over time.

The majority of the scripts came from the Scripts thread on the Unity UI forum here

You can either download / fork this project to access the scripts, or you can also download these precompiled Unity Assets, chock full of goodness for each release:

#Downloads#

Note To retain 5.2 compatibility in the 5.3 package, you will see two warnings related to:

`UnityEngine.UI.InputField.onValueChange' is obsolete.  

This has no effect on the package working in 5.4 plus and is only there to maintain backwards compatibility. We will look to update/remove this in a future release, likely after 5.4. If you have any concerns, feel free to update your code in your project to add the missing "d". Unity have ensured it still works as they have mapped the API change for now.


#Getting Started# To get started with the project, here's a little guide:

View Getting Started Video


#Updates:#

##Update 1.1## View 1.1 update Video

###New / updated features###

  • New Polygon primitive
  • New UI Vertical Scroller control
  • New Curved layout component
  • New Shining effect
  • New UI Particle system
  • New Scroll Conflict Manager
  • Soft Alpha Mask updated in line with SAUI 1.3 release
  • Line Renderer has had a complete overhaul, including full programmatic support, Line list and Bezier line rendering
  • Horizontal and Vertical Scroll Snaps updated to include a Starting page, current page and transition speed parameters. Plus a new GoToPage, Add and Remove page functions
  • Added some script helper functions for LZF compression and Serialization
  • Two utilities to help manage drag thresholds on high PPI systems

###Fixes###

  • Line Render almost completely re-written with tons of fixes
  • Radial layout updated to avoid 360 overlap (first and last)
  • Scroll Snaps updates to better handle children.
  • Scroll Snaps distribute function updated so it can be called onDirty more efficiently.

##Upgrade Notes## A few scripts from earlier releases were moved and need their originals need deleting post upgrade. Please remove the following files if found:

  • Scripts\ImageExtended.cs
  • Scripts\UIScrollToSelection.cs
  • Scripts\UIScrollToSelectionXY.cs
  • Scripts\UISelectableExtension.cs
  • Scripts\Effects\UIImageCrop.cs

##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 on the following page:

##UI Extensions controls list##

Controls
Accordion HSVPicker SelectionBox UIButton
ComboBox AutoCompleteComboBox DropDownList BoundToolTip
UI_Knob TextPic InputFocus ImageExtended
Primitives
UILineRenderer UILineTextureRenderer UICircle DiamondGraph
UIPolygon
Layouts
HorizontalScrollSnap VerticalScrollSnap FlowLayoutGroup RadialLayout
ScrollSnap ReorderableList UIVerticalScroller CurvedLayout
Effects
BestFitOutline CurvedText Gradient LetterSpacing
RaycastMask UIFlippable UIImageCrop SoftAlphaMask
UIParticleSystem
VR Components
VRCursor VRInputModule
Input Modules
AimerInputModule GamePadInputModule
Additional Components
ReturnKeyTrigger TabNavigation uGUITools ScrollRectTweener
ScrollRectEx UI_InfiniteScroll UI_ScrollRectOcclusion UIScrollToSelection
switchToRectTransform ScrollConflictManager CLFZ2 (Encryption) Serialization
PPIViewer UI_TweenScale

More to come


# 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 matches 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 BSD 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.