Commit Graph

683 Commits (001c2b93e9751700f50a01be3eb1cc6b5f25be99)

Author SHA1 Message Date
Simon (darkside) Jackson e205747c13 Updated Primatives for issue:
https://bitbucket.org/ddreaper/unity-ui-extensions/issues/57/use-of-texture-instead-of-sprite-eg-in

Refactored all primatives to use a new common base
Updated primatives (using base) to align with current Unity Image component, including:
* Using Sprites not textures (aka above issue)
* Added ILayoutElement Interface
* Added ICanvasRaycastFilter interface (experimental, can be overridden), includes basic alpha checking.

--HG--
branch : develop_5.3
2016-05-25 00:50:10 +01:00
Simon (darkside) Jackson df39a76f3c Added patch to limit the Reorderable List component to Screenspace-Overlay canvases for now to avoid issues until it can be updated.
--HG--
branch : develop_5.3
2016-05-23 21:30:06 +01:00
Simon (darkside) Jackson 2b0c2d805a Added "Go to Screen" option for HSS and VSS by request
--HG--
branch : develop_5.3
2016-05-23 21:10:17 +01:00
Simon (darkside) Jackson 2d3b348825 Patches added to HSS and VSS to include programatic support
Line Renderer updated with Bezier support

--HG--
branch : develop_5.3
2016-05-23 20:57:56 +01:00
Simon (darkside) Jackson ca29aabed3 Added tooltips to new properties on V & H ScrollSnaps
Moved new ScrollConflictManager script to correct place

--HG--
branch : develop_5.3
2016-05-17 22:46:37 +01:00
Simon (darkside) Jackson 3d39d1da47 Updated Vertical and Horrizontal Scroll Snaps controls to include:
* Tranisition speed
* Starting page
* Page Snap size (to control distribution of pages)

Resolves requested issues / fixes

--HG--
branch : develop_5.3
2016-05-17 22:37:01 +01:00
Simon (darkside) Jackson 3b5bdaaa5a Initial check-in for the 1.1 release, fixes include:
* Update to Line Renderer - updated scrip plus patches, now more code friendly for adding points
* New Curved Layout component
* ScrolTo script updated based on authors new version
* UISoftAlphaMask updated to latest version
* Added ScrollSpeed to Horizontal and Vertical Scroll Snap
* Added Scroll Conflict Manager (untested)

ToDo:
* Test Scroll Conflict manager
* Make the distance between pages on the H&V Scroll snaps configurable
* Test Scroll Snap starting page fix
* Review Reorderable List scrolling issue
* Review Reorderable List Worldspace render issue

--HG--
branch : develop_5.3
2016-05-17 13:26:50 +01:00
Simon Jackson f797c63cea Merged in freezyexp/unity-ui-extensions/default (pull request #22)
Default

--HG--
branch : develop_5.3
2016-05-15 16:25:12 +01:00
Simon Jackson 7d42a9cdc0 Merged in srinivassunil/unity-ui-extensions-fixes (pull request #21)
Develop_5.3

--HG--
branch : develop_5.3
2016-05-15 16:24:31 +01:00
Simon Jackson c427ab1b65 Merged in Sfyne/unity-ui-extensionsfork/Sfyne/uilinerenderercs-edited-online-with-bitb-1463305807389 (pull request #23)
UILineRenderer.cs (fixed first and last point bug, and fixed useless allocations)

--HG--
branch : develop_5.3
2016-05-15 16:24:02 +01:00
Sfyne f97dd0ae79 UILineRenderer.cs (fixed first and last point bug, and fixed useless allocations)
--HG--
branch : Sfyne/uilinerenderercs-edited-online-with-bitb-1463305807389
2016-05-15 09:50:49 +00:00
freezyexp 7b19e43041 Merged in freezyexp/curvedlayoutcs-created-online-with-bitbu-1463061990157 (pull request #2)
CurvedLayout.cs created online with Bitbucket
2016-05-12 16:06:54 +02:00
freezyexp f233b05d3d Close branch freezyexp/curvedlayoutcs-created-online-with-bitbu-1463061990157
--HG--
branch : freezyexp/curvedlayoutcs-created-online-with-bitbu-1463061990157
2016-05-12 16:06:54 +02:00
freezyexp 6e7a300623 CurvedLayout.cs created online with Bitbucket
--HG--
branch : freezyexp/curvedlayoutcs-created-online-with-bitbu-1463061990157
2016-05-12 14:06:38 +00:00
freezyexp c2fa19fd68 Merged ddreaper/unity-ui-extensions into default 2016-05-12 16:02:25 +02:00
srinivas sunil 41e0a81ac7 ScrollConflictManager -Resolves touch conflicts when there are nested scroll rects
--HG--
branch : develop_5.3
2016-02-27 22:03:00 +05:30
srinivas sunil e43a8dea08 Close branch srinivassunil/scrollconflictmanager-created-online-wit-1456590432246
--HG--
branch : srinivassunil/scrollconflictmanager-created-online-wit-1456590432246
2016-02-27 22:03:00 +05:30
srinivas sunil dcf73019e9 ScrollConflictManager edited online with Bitbucket
--HG--
branch : srinivassunil/scrollconflictmanager-created-online-wit-1456590432246
2016-02-27 16:31:23 +00:00
srinivas sunil 654cd416cd ScrollConflictManager created online with Bitbucket
--HG--
branch : srinivassunil/scrollconflictmanager-created-online-wit-1456590432246
2016-02-27 16:28:02 +00:00
Simon (darkside) Jackson 3b37f7805b Merge upstream re-org from 4.6
--HG--
branch : develop_5.3
2015-12-23 20:40:49 +00:00
Simon (darkside) Jackson 90cafab785 Tidy up post merge
--HG--
branch : develop_5.2
2015-12-23 20:30:08 +00:00
Simon (darkside) Jackson d187674e00 Upstream merge from develop_4.6
--HG--
branch : develop_5.2
2015-12-23 19:25:22 +00:00
Simon (darkside) Jackson b1940e85a2 Restructure of scripts to a more logical place
--HG--
branch : develop_4.6
2015-12-23 19:22:57 +00:00
Simon (darkside) Jackson e5b16809c8 Upstream Merge fixes with develop_5.2
--HG--
branch : develop_5.3
2015-12-23 15:32:27 +00:00
Simon (darkside) Jackson f72eb7268f Added initial version of the UI Vertical scroller from Mrs. YakaYocha
Complete with component and editor menu options

--HG--
branch : develop_5.3
2015-12-23 14:54:32 +00:00
Simon (darkside) Jackson 84edb62e91 Added alternate toggle control at request of Martin Sharkbomb, adds events to the toggle group for value changed
Plus a property to access the single selected toggle (although I'd recommend using the ActiveToggles IEnumerable

--HG--
branch : develop_5.3
2015-12-19 15:12:10 +00:00
Simon (darkside) Jackson 38650cc536 Update SoftMaskAlpha with new "fix"
Patched UISelectableExtension from issue #47
Added new UI Polygon control

--HG--
branch : develop_5.2
2015-12-15 22:43:35 +00:00
Davide Ciacco 077fbcbc51 added UIPolygon.cs under Primitives
--HG--
branch : develop_5.2
2015-12-14 17:15:53 +00:00
Simon (darkside) Jackson f74241cb13 Upstream merged enhancements from 4.6
Packaged new CylinderText component - Breyer
Updated to V1.0.6.1

--HG--
branch : develop_5.3
2015-12-10 22:15:39 +00:00
Simon (darkside) Jackson 91530cb030 Upstream merge of 4.6 enhancements plus 5.2 fixes
Updated to V1.0.6.1

--HG--
branch : develop_5.2
2015-12-10 22:04:32 +00:00
Simon (darkside) Jackson b3a57fb6ec Re-exoirted 4.x & 5.1 packages because I don't trust merge sometimes :D
--HG--
branch : develop_4.6
2015-12-10 21:47:52 +00:00
Simon (darkside) Jackson 1e08e36b0c Pull previous 4.6 Merge
--HG--
branch : develop_4.6
2015-12-10 21:39:57 +00:00
Simon (darkside) Jackson b20b66cb01 Updated to 1.0.6.1
back ported new CylinderText component - Breyer
Enhanced SoftAlphaMask from requests - NemoKrad

--HG--
branch : develop_4.6
2015-12-10 21:37:51 +00:00
Simon Jackson 7a8b37b35c Merged in prefrontalcortex/unity-ui-extensions/letterspacing_fix (pull request #16)
LetterSpacing fixed, CylindricalText added

--HG--
branch : develop_5.3
2015-12-10 21:15:47 +00:00
herbst 42aabe0337 removed unnecessary line, added credits
--HG--
branch : letterspacing_fix
2015-12-10 19:05:27 +01:00
herbst 6ebd7de12b fixed letter spacing for 5.2.1+ (6 verts per character instead of 4);
added cylindrical text bending

--HG--
branch : letterspacing_fix
2015-12-10 19:01:54 +01:00
Simon (darkside) Jackson 0dc0bc4e94 Merged 5.2 readme fixes upstream
Re-fixed 5.3 regression issue with onValueChanged -> onValueChange ... again

--HG--
branch : develop_5.3
2015-12-05 11:37:18 +00:00
Simon Jackson 92e83af771 README.md edited online with Bitbucket
--HG--
branch : develop_5.2
2015-12-04 16:59:02 +00:00
Simon Jackson d71ece6713 README.md edited online with Bitbucket
--HG--
branch : develop_5.2
2015-12-03 18:34:50 +00:00
Simon (darkside) Jackson 457c9280a2 Update Readme from develop_5.2
--HG--
branch : develop_5.3
2015-12-02 22:32:24 +00:00
Simon (darkside) Jackson 14cf5deb6f Readded missing download link for 5.2 base asset
--HG--
branch : develop_5.2
2015-12-02 17:21:45 +00:00
Simon (darkside) Jackson 21b25437a8 Merge upstream changes from 5.2
--HG--
branch : develop_5.3
2015-12-02 17:14:12 +00:00
Simon (darkside) Jackson fb986cefed Merge upstream changes from 4.6
--HG--
branch : develop_5.2
2015-12-02 16:58:06 +00:00
Simon (darkside) Jackson 126b5bbb4d Updated Asset Packages for 4.x/5.1
--HG--
branch : develop_4.6
2015-12-02 15:11:01 +00:00
Simon (darkside) Jackson 8e44a22044 Update ReadMe, Version and some housekeeping
--HG--
branch : develop_4.6
2015-12-02 14:36:13 +00:00
Simon (darkside) Jackson 99adb5d218 Added Soft Alpha Mask from @NemoKrad
--HG--
branch : develop_4.6
2015-12-01 23:29:01 +00:00
Simon (darkside) Jackson bfaba5d397 Moved effects to their own folder
Finished testing of UI Image Crop control

--HG--
branch : develop_4.6
2015-12-01 16:01:01 +00:00
Simon (darkside) Jackson 2377e5899a Merge with develop_5.2 readme update
--HG--
branch : develop_5.3
2015-11-24 10:06:40 +00:00
Simon Jackson d58e7f9efd README.md edited online with Bitbucket
--HG--
branch : develop_5.2
2015-11-24 10:06:08 +00:00
Simon (darkside) Jackson 2a98dd3d0a Patched onValueChanged script autoupdate back to 5.2 style.
Causes script warning in 5.3 but improves backwards compatibility for now.

--HG--
branch : develop_5.3
2015-11-24 09:53:03 +00:00