Commit Graph

431 Commits (2c802d92711ddb6e249b489b7fb3faac4a3061ed)

Author SHA1 Message Date
Simon (Darkside) Jackson 2c802d9271 Second pass optimisation for next update
[x] GUILayer removed from all sample Scenes
[x] Validated each scene in build (resolved some missing script references post upgrade)

*Note, UIVerticalScroller seems to have an issue, will address later.
2018-01-20 17:35:15 +00:00
Simon (Darkside) Jackson 55a7d21860 First pass optimisation for next update.
[x] Cleared any outstanding warnings on build
[x] Tested random scenes and updated (requires further investigation)
2018-01-20 12:08:44 +00:00
adibacco 2145c4671b Merged in adibacco/unity-ui-extensions (pull request #17)
Added support for multiple segments drawing
2018-01-20 10:25:08 +00:00
Simon (Darkside) Jackson 61ca7baa00 Updating License (again) to match Wiki, BSD license. 2018-01-09 15:36:25 +00:00
Simon (Darkside) Jackson 86cdb0fcce Merge branch 'master' of https://bitbucket.org/UnityUIExtensions/unity-ui-extensions 2018-01-09 15:33:01 +00:00
Simon (Darkside) Jackson efce0c6ffb Updated License definition - MIT 2018-01-09 15:31:19 +00:00
Simon Jackson d826767263 README.md edited online with Bitbucket - Fixed License confusion 2018-01-09 15:29:09 +00:00
Edward Parris dcbe1920f1 Merged in empika/unity-ui-extensions (pull request #29)
Use a member variable for the list of verts to stop garbage generation.
2018-01-06 11:34:24 +00:00
ramonmolossi 9528fb235e Merged in ramonmolossi/unity-ui-extensions (pull request #19)
Flow Layout changed to support Vertical Flow
2018-01-06 11:33:59 +00:00
Beka Westberg bf7d7e0830 Merged in beksomega/unity-ui-extensions/feature/content_scroll_snap (pull request #28)
Created a Content Scroll Snap that snaps onto the children of the content no matter their sizing or spacing
2018-01-06 11:32:13 +00:00
Eddy Parris fbfb5afc8e Use a member variable for the list of verts to stop garbage generation. 2017-12-07 13:34:55 +00:00
Beka Westberg fca370b906 Created a Content Scroll Snap that snaps onto the children of the content no matter their sizing or spacing 2017-12-05 14:23:01 -08:00
Brad Nelson d3671c3711 Merged in playemgames/unity-ui-extensions-4/playemgames/fixes-to-make-sure-images-align-correctl-1510089190226 (pull request #27)
Fixes to make sure images align correctly and are culled based on the matches for icons in TextPic.
2017-11-20 08:54:36 +00:00
Brad Nelson 8f6b2a1888 Fixes to make sure images align correctly and are culled based on the matches for icons in TextPic. 2017-11-07 21:13:24 +00:00
Brad Nelson 88c43891c0 Merged in playemgames/unity-ui-extensions-2 (pull request #22)
Add tools for TextPic component editing
2017-11-06 21:33:57 +00:00
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 0fdf3e72bd Merged in playemgames/edit-icons-in-a-textpic-component-1510001967088 (pull request #1)
Edit Icons in a TextPic component
2017-11-06 21:14:41 +00:00
Brad Nelson d2b420752d Merged in playemgames/textpicrenameeditorcs-created-online-wit-1510002072920 (pull request #2)
Rename Icons in TextPic components
2017-11-06 21:14:03 +00:00
Brad Nelson 50b65a7952 Rename Icons in TextPic components 2017-11-06 21:01:47 +00:00
Brad Nelson 2a1bb064d4 Edit Icons in a TextPic component 2017-11-06 20:59:33 +00:00
Brad Nelson 90ec9f6f5b Copy Icon Lists between TextPic components 2017-11-06 20:53:10 +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
ramonmolossi dcff7e29a3 Layout changes to support Vertical Flow 2017-09-08 21:14:58 -03: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
ydibaccoa fedfe4508a Added support for multiple segments drawing 2017-08-17 21:38:31 +01: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