Commit Graph

409 Commits (ba555c63bc3c2196367dd7e558fdb3fe52c51f98)

Author SHA1 Message Date
Brad Nelson ba555c63bc Merged in playemgames/unity-ui-extensions-2/playemgames/fixed-rebuild-loop-error-in-textpic-and--1510001052642 (pull request #21)
Fixed rebuild loop error in TextPic and added disabling/enabling images when the TextPic component is disabled/enabled.
2017-11-06 21:33:16 +00:00
Brad Nelson db2844d8bd Fixed rebuild loop error in TextPic and added disabling/enabling images when the TextPic component is disabled/enabled. 2017-11-06 20:44:20 +00:00
Simon (Darkside) Jackson 47a6a7b1ab Updated download links image section 2017-10-25 15:37:58 +01:00
Simon (Darkside) Jackson ceb7d9310b Updated Tumblr highlight 2017-10-25 15:36:35 +01:00
Simon Jackson 6390ac7fbe README.md edited online with Bitbucket - added Tumblr links 2017-10-25 13:16:32 +00:00
Simon (Darkside) Jackson 8b8c6f5c3a Updates post UICircle merge
* renamed ChangeColor to UICircleChangeColor for clarity
* renamed ChangeDensity to UICircleChangeDensity for clarity
* removed unnecessary usings
* updates scene to match UI control start positions
2017-10-19 13:40:32 +01:00
Troy Walker 731961fe22 Merged in tswalker/unity-ui-extensions (pull request #20)
Major changes to UICircle with some member modifications and additions to the component behaviour.
2017-10-19 12:15:59 +00:00
David Gileadi 9d2fdcf39a Merged in david_gileadi/unity-ui-extensions/stepper-segmented-fixes (pull request #16)
Fixes for Stepper and Segmented Control
2017-10-19 12:15:03 +00:00
David Gileadi 5530b10453 Merged in david_gileadi/unity-ui-extensions/gradient-zoom-offset (pull request #18)
Improve the offset range when zoomed
2017-10-19 12:11:56 +00:00
Simon (Darkside) Jackson 54488e1089 Experimental ScrollSnap base with support for the UI Infinite scroll component
* Does not yet work with buttons
* GoTo screen not tested

New features only activate with a UI Infinite Scroll attached.
2017-10-19 13:11:09 +01:00
LAB\TroyWalker 019d05dfb1 Major changes to UICircle with some member modifications and additions to the component behaviour.
* Added progress indicator capability to the component.
 * Component uses AddUIVertexStream to generate vertices and indices of triangle order.
 * Improves base geometry generation to prevent edge sliding on segment value changes (tris density, now called Arc Steps).
 * Corrects a minor issue with base mesh where first vertex is generate at center (only visable in wireframe mode at certain angles).
2017-10-10 16:52:02 -05:00
David Gileadi 0c8e5d5d00 Merge branch 'master' into stepper-segmented-fixes 2017-09-20 11:55:38 -07:00
David Gileadi f5602a0e14 Use button colors, improve initial render 2017-09-01 17:39:32 -07:00
David Gileadi 84a79e7404 Improve the offset range when zoomed 2017-08-31 09:32:50 -07:00
David Gileadi 825ae0d504 Move Segment and StepperSide into own files so Unity can find them 2017-08-31 09:29:16 -07:00
Simon Jackson 1f46a4ca5f Removed references to the UIButton control as this was replaced by the UI Selectable control 2017-08-25 13:51:17 +01:00
David Gileadi ea8a9e9d36 Preserve sprite modifications in more situations 2017-08-19 21:57:27 -07:00
David Gileadi 2abb2130fc Looks good, merging
Merged in david_gileadi/unity-ui-extensions/gradient-2-improvements (pull request #15)

Support complex linear gradients, gradient zoom, and a switch of whether to modify vertices
2017-08-13 20:10:38 +00:00
David Gileadi 382a19cb36 Add null (missing component) safety checks 2017-08-12 16:56:22 -07:00
David Gileadi c5edc0cdf1 Change Stepper and Segmented Control to use overrideImage, standard size, other fixes 2017-08-12 16:19:19 -07:00
David Gileadi 48acafbb85 Support complex linear gradients, gradient zoom, and a switch of whether to modify vertices 2017-08-12 15:41:24 -07:00
Simon Jackson 1f16a65f0f Some realignment of the H&S ScrollSnap Scripts
Resolves #160
2017-08-12 10:24:25 +01:00
Simon Jackson 68b0445b28 Fixing attributions on update UIParticleSystem. missed when the update didn't take the first time.
Script remains the same. (docs updated)
2017-08-11 15:53:23 +01:00
Simon Jackson 2f4616982a Updated DevAssets link for webpage
(Will still be wrong in asset, but you only see that after downloading, so not worried)
2017-08-11 13:47:31 +01:00
Simon Jackson c11796ebcc Update 2.0 Check-in 2017-08-11 13:17:10 +01:00
Simon Jackson 8bd4312c16 UI Particle System update from forum thread 2017-08-11 13:15:42 +01:00
Simon Jackson d6cfb41bf5 Added Pagination Manager
Resolves #158

Thanks @BroganKing
2017-08-09 19:38:29 +01:00
Simon Jackson b4a2e81aae FancyScrollView control updated to add an event when the page is changed / Selected
Thanks to @ChongHann (Hann Chong) for the fix

Resolves #157
2017-08-07 19:33:53 +01:00
Simon Jackson adb09d3481 Also added "InitialiseChildObjectsFromScene" to RemoveChild for HSS
Validated all other occurrences where this function should be called are valid.
2017-08-07 11:56:41 +01:00
Simon Jackson cdef4bdfef Horizontal Scroll Snap "AddChild" method was NOT calling "InitialiseChildObjectsFromScene()", added
Resolves #125
2017-08-07 11:53:57 +01:00
Simon Jackson 98648acf6a Documentation tweaks and original FancyScrollView docs 2017-08-05 12:57:07 +01:00
Simon Jackson 2294f34905 Performance update to UILineConnector only draw when child transforms move.
https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues/123/uilinerenderer-issues-with-specifying
2017-08-04 20:36:25 +01:00
Simon Jackson 11ee80411f Added a new Line Renderer mode (Catenary) 2017-08-04 20:01:02 +01:00
Simon Jackson a1b2b38a0f 1st stage pass adding the Menu system from Unite.
Need to finish testing and add docs
2017-08-02 17:50:22 +01:00
Johannes Deml e7406318c9 Tested locally and seems to work as expected. Thanks for the update.
Merged in johannski/unity-ui-extensions/ScrollSnapRefactoring (pull request #14)

ScrollSnapRefactoring
2017-08-02 16:19:43 +00:00
Johannes Deml 2c8550532d CHANGE tooltip to describe the actual (changed) behaviour 2017-08-02 12:28:09 +02:00
Johannes Deml 59b6c579f9 Merge branch 'master' into ScrollSnapRefactoring 2017-08-02 12:00:35 +02:00
Johannes Deml 14f42df81c REFACTOR make method more readable 2017-08-02 11:59:27 +02:00
Johannes Deml c8de1b9289 FIX fastswipe threshold
Does now what is stated it does in the tooltip: Offset for how far a swipe has to travel to initiate a page change (optional)
2017-08-02 11:57:02 +02:00
Simon Jackson 688e2edd25 Added the FancyScrollView control and Examples
Reviewed other samples and moved their code to the new "Examples" namespace
Minor fix on HSS/VSS to address issue where Next/Previous buttons didn't enable when new pages added to an empty control
2017-08-02 10:21:45 +01:00
Simon Jackson 138192cb15 Added Curly UI to controls list 2017-08-01 18:57:47 +01:00
David Gileadi b03f8065a5 Thanks for the fix, good catch.
Merged in david_gileadi/unity-ui-extensions/fix-panel-dimensions (pull request #13)

Calculate the panel dimensions in Start to avoid scale issues
2017-08-01 17:51:29 +00:00
Simon Jackson 974f906fb0 Added Curly UI Asset and updated to project standards. Docs to follow. 2017-07-30 13:13:29 +01:00
Simon Jackson 6cc0b60cee Small tweak to enable a default lerp if no Lerp Curve supplied
ALso control has a fixed start of 0 (for now)
2017-07-29 21:00:33 +01:00
Simon Jackson fc8bd8ba37 Added Radial Slider menu options
Minor bugix for Radial Slider when no curve assigned
2017-07-29 20:49:04 +01:00
Simon Jackson dd0b3a3cba Added Radial Slider and Example
Still need to add Editor Option for default
2017-07-29 19:09:19 +01:00
David Gileadi 700cbc34b9 Calculate the panel dimensions in Start to avoid scale issues 2017-07-26 22:44:18 -07:00
Simon Jackson 603d85126f Added Stepper and Segmented Controls to the README.md
Refactored Segmented Control and Stepper to support the more generic "Selectable" interface.
2017-07-26 22:32:48 +01:00
Simon Jackson 8e443b98c7 Updated Stepper and SegmentedControl scripts to UI Extensions standards.
Adding documentation next
2017-07-25 19:54:07 +01:00
Simon Jackson a2bb233141 Merged Stepper control PR #11 2017-07-25 18:54:00 +01:00