Commit Graph

183 Commits (90a87e6e4d8ed8da51752fffcab8960c729378eb)

Author SHA1 Message Date
Simon (darkside) Jackson 0992ad3df2 Patch fix to UI circle, update thickness to use float instead of int
Missed in port from 4.6 code update

--HG--
branch : develop_5.2
2015-09-22 20:55:14 +01:00
Simon (darkside) Jackson 4f872f5915 Merge patchfix from 4.x
--HG--
branch : develop_5.2
2015-09-20 02:00:13 +01:00
Simon (darkside) Jackson 2a83ffafee Minor update for ScrollRect Menu position
And fix typo
2015-09-20 01:54:47 +01:00
Simon (darkside) Jackson f543bdb568 Merged new controls / features / readme added in 4.x series
Added new DiamondGraph primitive

--HG--
branch : develop_5.2
2015-09-20 01:49:52 +01:00
Simon (darkside) Jackson 5098410ffb Updated attributations
Updated Readme
Altered Project.json - revised license
Added VR scripts - untested properly presently
2015-09-20 01:21:29 +01:00
Simon (darkside) Jackson 64067d97b4 Slight reorg and addition of the following components:
* Radial layout
* Tile Size Fitter
* UI Circle Primative
* Switch to RectTransform
* Input Field Enter Submit (alt to ReturnKeyTrigger)
2015-09-20 00:24:17 +01:00
Vicente Russo cdde18f8d0 A minimalist working alternative for the ReturnKeyTriggersButton component 2015-09-19 02:43:45 -03:00
Vicente Russo 9bda0ba1a4 Fix vertical alignment of last item 2015-09-19 02:15:31 -03:00
Simon (darkside) Jackson 062d717930 Pulled forward new UI Selectable extension to replace the old UI button script, offers a more extensible solution
--HG--
branch : develop_5.2
2015-09-10 22:58:09 +01:00
Simon (darkside) Jackson 0662788cf0 Back ported fixes from 5.2 work
Also refactored and renamed the old UI Button control to a more generic Selectable extension
2015-09-10 22:54:29 +01:00
Simon (darkside) Jackson 188914dceb Using statement cleanup
--HG--
branch : develop_5.2
2015-09-10 19:58:47 +01:00
Simon (darkside) Jackson c0f0786227 Resolved FillVBO to PopulateMesh errors
Added ButtonHelp event to UIButton
Fixed issue #21, changed the base control for the LineRenderers from Graphic to MaskableGraphic

--HG--
branch : develop_5.2
2015-09-10 18:50:23 +01:00
Simon (darkside) Jackson 9630c2c5d1 Clean up of unnessasary meta file
--HG--
branch : develop_5.2
2015-09-09 22:31:55 +01:00
Simon (darkside) Jackson 79d8969f83 Initial Check-int 5.2
Resolved forced script errors due to change from UIVertex to Mesh

**ToDo
Updated FILLVBO updates to PopulateMesh

--HG--
branch : develop_5.2
2015-09-09 22:31:17 +01:00
Simon (darkside) Jackson f3f300612e Updated readme with new controls
Patch to Aimer input module to solve runtime error
Updated credit for UILineTextureRender script (typo)
2015-08-30 12:58:34 +01:00
Simon (darkside) Jackson 2071730ace Bugfix for VSS, altered creation pivot / anchor point for child in menu options.
Updated 5.1 asset package
2015-08-30 12:05:12 +01:00
Simon (darkside) Jackson 1225dbbd01 Added Vertical Scroll Snap control 2015-08-30 11:49:19 +01:00
Simon (darkside) Jackson db57fc1e21 Initial update and merge of 5.1 Extensions package
Documentation next to update
Example videos to be done with each control / script

*Stretch Goal, filter issue requests for late additions, esp Vertical Snap
2015-08-30 00:31:59 +01:00
Simon (darkside) Jackson d9079e4732 Merge of fixes 2015-08-26 10:11:37 +01:00
Simon Jackson 3b86ef48cd Merged in coldacid/unity-ui-extensions (pull request #6)
Fixes for issues #15 and #20
2015-08-26 10:08:59 +01:00
Simon (darkside) Jackson fddbbd0066 Started 5.1 branch (supports 5.0-5.1)
Added new selection box control.

Ready for merging 5.x fixes

--HG--
branch : develop-Unity5.1
2015-08-26 10:01:08 +01:00
Chris Charabaruk 72914a4791 ensure script-added dropdown items appear correctly (fixes issue #20)
Fix by @fvangeirt https://bitbucket.org/ddreaper/unity-ui-extensions/issues/20
2015-08-21 22:58:31 -04:00
Chris Charabaruk 78c410766a reset local scale for overlay and scrollbar on toggle (fixes issue #15)
Fixed by @jeffssmith1 https://bitbucket.org/ddreaper/unity-ui-extensions/issues/15#comment-18792458
2015-08-21 22:56:47 -04:00
Igneom 50360968a5 Auto-Updated to Unity 5.1.2f1 and fixed build errors. 2015-08-04 18:25:26 -04:00
zero3growlithe a2206fe38d Added UIScrollToSelection script
--HG--
branch : zero3growlithe
2015-03-11 21:35:35 +01:00
Simon (darkside) Jackson b1ae90757a Updated AimerInputModele and applied fixes to the tooltip scripts.
Removed ghost EventSystem entry from EditorMenu script (unity renamed theirs which created a duplicate from this project)

--HG--
branch : develop
2015-02-26 20:42:26 +00:00
Simon (darkside) Jackson e648e09beb Added new control template (editor menu only) - progress bar
--HG--
branch : develop
2015-02-11 20:55:13 +00:00
Simon (darkside) Jackson 9168b4e67e Updated to V1.0.0.2
--HG--
branch : develop
2015-02-10 20:56:12 +00:00
Simon (darkside) Jackson 744c52b370 Added new combo box and Editor Menu option
Added FlowLayout and AimerInput module but yet to test.

--HG--
branch : develop
2015-02-10 00:03:38 +00:00
Simon (darkside) Jackson 8a98bc4cae Updated Editor scripts for creating objects.
Excluded Combo Box until author releases new version
Not tested Accordian
Basic Selection box item added, needs LOTS of docs

--HG--
branch : develop
2015-02-04 22:35:21 +00:00
Simon (darkside) Jackson e2aee6c02b Scripts unified.
Initial editor options created, need some refinement.

--HG--
branch : develop
2015-02-02 23:07:31 +00:00
Simon (darkside) Jackson a297f0d599 Added several new scripts from the forums and other sources.
Need to complete script validation and normalise scripts for repository

Next tasks:
 #4
 #5

Added new component for #3

--HG--
branch : develop
2015-02-02 19:25:41 +00:00
Simon (darkside) Jackson 32fc1a10c8 Initial commit with base example scripts 2014-12-30 21:43:06 +00:00