Commit Graph

  • 2548e28cc0 Merged in update/2019_2 (pull request #55) Simon Jackson 2019-09-09 10:48:58 +0000
  • 829db576d9 Removed asset from UPM source, moved to releases / downloads Simon Jackson 2019-09-09 11:43:08 +0100
  • f1697b4f91 fixed an issue with bezier curves where the segments of the generated mesh do not join up correctly Donny Sutherland 2019-09-01 13:31:59 +0000
  • eecf9f70b7 update project.json to be more UPM compatible Simon (darkside) Jackson 2019-08-14 19:17:20 +0100
  • 1628a9557f Testing and validation Simon (darkside) Jackson 2019-08-14 19:10:51 +0100
  • ed5fbc7f45 Typo fix Simon (darkside) Jackson 2019-08-14 18:55:24 +0100
  • 35995015bc Updating project for 2019 and adding assembly definitions for dev Plus minor 2019 fix for textpic Simon (darkside) Jackson 2019-08-14 11:10:38 +0100
  • ccf9279626 Merged in martin_thoughtmachine_net/unity-ui-extensions-scrollsnap-event-delta/scrollsnap-event-delta-extension (pull request #52) Martin Shuttleworth 2019-08-13 20:32:21 +0000
  • 1d5bfd7e30 Merged in playemgames/unity-ui-extensions-7/Brad-Nelson/minor-fix-for-newer-unity-versions-1563051919060 (pull request #53) Brad Nelson 2019-08-13 20:30:49 +0000
  • 9dac6864c1 Merged in sushanta1991/unity-ui-extensions-3/sushanta-chakraborty/textpiccs-edited-online-with-bitbucket-1-1565460043403 (pull request #54) sushanta chakraborty 2019-08-13 20:30:07 +0000
  • 3e580876b1 TextPic.cs edited online with Bitbucket 1. Solved 2 null reference exception, one where inspectorIconList is null at first when you create a TextPic.cs object directly from the menu. And another at GetOutputText() function where sometime count gets higher then m_HrefInfos.Count. sushanta chakraborty 2019-08-10 18:00:55 +0000
  • 1bc5bab70b Minor fix for newer Unity versions. Brad Nelson 2019-07-13 21:05:42 +0000
  • 61e019ac26 Added optional event delta to OnEndDrag - to allow bail out of swipe action if swipe motion is actually negligible at end of drag Martin Shuttleworth 2019-07-10 17:36:36 +0100
  • 1dc2b604e2 Merged in playemgames/unity-ui-extensions-6/Brad-Nelson/code-cleanup-of-textpic-fixes-for-text-r-1560162172987 (pull request #51) Brad Nelson 2019-06-12 22:54:41 +0000
  • 9496fcc0e6 Code cleanup of TextPic, fixes for text rendering with Unity 2019.1.5 and above. Made a default function for hyperlink text to work out of the box with a function OnHrefClick to override with own custom functionality if desired. Optimizations and caching of variables. Brad Nelson 2019-06-10 10:23:50 +0000
  • 3f9080a660 Minor Formatting Simon Jackson 2019-05-28 10:20:50 +0000
  • 536ebefb43 LICENSE edited online with BitbucketUpdated wrapping Simon Jackson 2019-05-28 10:19:28 +0000
  • 45a886b7b5 LICENSE edited online with BitbucketUpdated to 3 clause BSD license Simon Jackson 2019-05-28 10:18:01 +0000
  • d144c40a6b Merged in jesusmgg/unity-ui-extensions (pull request #50) Jesús González 2019-04-10 14:01:34 +0000
  • 61aab3765b Reorderable lists now have a new field "EqualizeSizesOnDrag", default to false. When it is true it sets every item size (when being dragged over the current list) to the current size of the first element of the list. Jesús González 2019-04-10 09:43:17 -0400
  • 93f9a314cf Added a new Event to ReorderableList: OnElementDroppedWithMaxItems. It is called when an object is dropped on a ReorderableList with no more space left (currentItems >= maxItems). Jesús González 2019-04-09 20:35:34 -0400
  • e0f5901dda Muck up with release formatting on the home page Simon (Darkside) Jackson 2019-03-09 14:18:39 +0000
  • 72df83f02f Release 2019.1 (2.1) CHECKPOINT Simon (Darkside) Jackson 2019-03-09 14:09:22 +0000
  • 423fd6bd78 Updated and included a new LineRenderer that is based off an Array instead of a list to reduce allocations. Simon (Darkside) Jackson 2019-03-09 13:26:11 +0000
  • 43eaa870e1 Resolved a number of .NET warnings and invalid properties Simon (Darkside) Jackson 2019-03-07 18:11:51 +0000
  • 22b2ec2ec2 Updated ScrollConflictManager with fix from Jared Turner #85 Simon (Darkside) Jackson 2019-03-07 17:04:10 +0000
  • e813cd70a9 Merged in playemgames/unity-ui-extensions-5/playemgames/fixes-to-textpic-to-make-sure-images-are-1551486174251 (pull request #49) Brad Nelson 2019-03-05 15:42:28 +0000
  • 561cc87cf0 Fixes to TextPic to make sure images are culled properly. Brad Nelson 2019-03-02 00:23:06 +0000
  • d6bb530fee Merged in larsme/unity-ui-extensions/Reordable_List (pull request #48) lars me 2019-02-25 15:07:48 +0000
  • ba6dc87b11 Merged in larsme/unity-ui-extensions/UI_vertical_scroller (pull request #47) lars me 2019-02-25 15:04:58 +0000
  • d7d293a348 Merged in larsme/unity-ui-extensions/inputField_Enter_Submit_defocus_Input_Option (pull request #46) lars me 2019-02-25 15:01:47 +0000
  • 50a810ba42 Merged in larsme/unity-ui-extensions/corrected_sign_for_horizontal_scrollsnap_left_fast_swipe (pull request #45) lars me 2019-02-25 15:00:23 +0000
  • c8b7085f27 More Options for ReordableList: - Max item count, after which no more items can be dropped - IsDisplacable option: If true, an item can be dropped into a full list by displacing one of its items, it may replace the dragged item in its origin list, be dropped in space or be deleted depending on the dragged item's origin list and the displaced item - Added respective Events - fixed ever increasing number of _listContent components - Stopped dragged item from blocking Raycasts LARS-LAPTOP2\larsme 2019-02-22 18:34:55 +0100
  • cee50a6d63 More Options for UI Vertical Scroller - Option to stop scrolling momentum when scrolling past first / last item (still draggable in that direction) - Explicit function to recognize / set array elements in case they were changed - Resize elements to match elementSize rect object (defaults to center object), scaled using modifiable elementShrinkage and minSize - Detect focusedElement and trigger event if focus changes - Option whether to make unfocused elements interactible or not LARS-LAPTOP2\larsme 2019-02-22 18:05:03 +0100
  • cd0800d701 Input Enter Submit: - Option to defocus input on hitting the enter key - Demo LARS-LAPTOP2\larsme 2019-02-22 16:03:59 +0100
  • bccf36f06f corrected sign for horizontal scrollsnap left fast swipe LARS-LAPTOP2\larsme 2019-02-20 17:51:22 +0100
  • ff47f703c0 Merged in racksel/unity-ui-extensions/racksel/packagejson-edited-the-package-name-is-i-1548587056392 (pull request #43) Robert Acksel 2019-02-11 18:10:41 +0000
  • 3d8b208f30 Merged master into racksel/packagejson-edited-the-package-name-is-i-1548587056392 Robert Acksel 2019-01-27 12:10:04 +0100
  • 70eccaa2e5 package.json edited. version format is invalid in unity 2019.1 Robert Acksel 2019-01-27 11:07:48 +0000
  • 08552a8088 Merged racksel/packagejson-edited-the-package-name-is-i-1548587056392 into master Robert Acksel 2019-01-27 11:05:49 +0000
  • 3a1418b5f4 package.json edited. the package name is invalid for unity package manager 2019.1 Robert Acksel 2019-01-27 11:04:23 +0000
  • 39a8671925 Merged in peralysis/unity-ui-extensions (pull request #41) Stefan Perales 2019-01-15 17:29:43 +0000
  • 5fbf47671f Merged in rmruano/unity-ui-extensions/ScrollSnapTimeScale (pull request #42) Rubén Moraleda 2019-01-15 17:28:41 +0000
  • 67aefea569 Allow ignoring the Time.timeScale on ScrollSnaps (Horiz + Vert) Rubén Moraleda 2019-01-15 11:25:12 +0100
  • 3814471a2b Updating the ReorderableList control to work with Screen Space - Overlay StefanTBG 2019-01-14 22:25:52 -0500
  • f92a516d9d Updating the ReorderableList control to work with Screen Space - Overlay Stefan Perales 2019-01-14 22:05:27 -0500
  • f643e868d1 Added CardUI controls to the project - Thanks to @ryanslikesocool Docs to follow Simon (Darkside) Jackson 2019-01-07 14:47:41 +0000
  • ee23104372 Merged in experimental/unity2018_3 (pull request #40) Simon Jackson 2019-01-07 11:19:24 +0000
  • 48d3c40623 Testing branch for 2018.3 Simon (Darkside) Jackson 2018-12-31 15:54:49 +0000
  • a645c1e0c2 Updated FancyScrollView to latest version Simon (Darkside) Jackson 2018-12-31 15:16:28 +0000
  • 2a3003f97e Merged in jesusmgg/unity-ui-extensions (pull request #39) Jesús María González Martínez 2018-12-17 16:09:25 +0000
  • e82dd8dc6e Fixed: when moving an element from a Reorderable List to another one that's empty, the element size was being reset to the default 100,100. This also happened is moving any element to the start of a it current list. Jesús González 2018-12-12 20:12:26 -0300
  • e35ff7d933 Fixed: when moving an element from a Reorderable List to another one that's empty, the element size was being reset to the default 100,100. This also happened is moving any element to the start of a it current list. Jesús González 2018-12-12 20:06:27 -0300
  • 693a49997b Merged in lucasvinbr/unity-ui-extensions (pull request #38) Lucas Ferres 2018-11-26 12:26:43 +0000
  • ec836f9e87 Merged in gjuchault/unity-ui-extensions/gjuchault/featcooldownbutton-add-a-startcooldown-t-1542805885685 (pull request #37) Gabriel Juchault 2018-11-26 12:23:58 +0000
  • f9e216adae Tabs -> spaces Lucas Vinicius 2018-11-25 23:04:28 -0200
  • 6c639c7f51 Mixed BoundTooltip with ToolTip, added Screenspace Overlay support Lucas Vinicius 2018-11-25 22:56:54 -0200
  • c2b8b39fa1 fix(cooldown-button): add a fake event to avoid null buttonSource Gabriel Juchault 2018-11-21 14:47:49 +0000
  • ff548fec7e fix(cooldown-button): restore event Gabriel Juchault 2018-11-21 13:41:20 +0000
  • 3737c610b6 fix(cooldown-button): do not trigger event on StartCooldown as it can be triggered next to `StartCooldown` call Gabriel Juchault 2018-11-21 13:14:32 +0000
  • 67c2da49b1 feat(cooldown-button): add a `StartCooldown` to start cooldown from outside Gabriel Juchault 2018-11-21 13:11:30 +0000
  • 37aec29aa0 Merged in daliCollu/unity-ui-extensions (pull request #36) durmuş ali çöllü 2018-11-13 13:29:44 +0000
  • d9adaecfb7 Issue #239 fixed. https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues/239/swipe-threshold-value-seems-to-be-on Durmuş Ali Çöllü 2018-11-13 02:32:14 +0100
  • c844807864 Merged in zhdiv/unity-ui-extensions-i1 (pull request #35) Ivan Zhdanov 2018-10-04 13:07:17 +0000
  • 57cb33cca7 namespace i1 2018-10-04 00:25:09 +0300
  • 16df45eea3 fixed adding component ScrollSnapScrollbarHelper multiple times i1 2018-10-04 00:19:56 +0300
  • ee391cab7f Ensure material and texture references are cleaned up on destroy Simon (Darkside) Jackson 2018-09-25 15:28:08 +0100
  • f6d7d19951 Merged in Necoron/unity-ui-extensions (pull request #34) Fanksjs Added 3d rotation capabilities to ui particle system Moritz Umfahrer 2018-09-25 14:23:49 +0000
  • b2ecf4fa03 added 3d rotation capabilities to ui particle system Moritz Umfahrer 2018-09-25 15:12:04 +0200
  • 05b90ce1b9 README.md edited online with Bitbucket Simon Jackson 2018-08-28 09:44:56 +0000
  • 34ea8c5d8e Merged in ClaudiuCodebase/unity-ui-extensions/Fixed-shader-not-found (pull request #33) Claudiu Cornici 2018-08-28 09:26:36 +0000
  • 62990e2901 On Android the hardcoded path is not found and the code execution stops there because of NullPointerException in the Material constructor Claudiu 2018-06-26 21:15:42 +0200
  • d3fc02c475 Reapplying fixes after having to do a reset, whoops Simon (Darkside) Jackson 2018-05-31 16:55:39 +0100
  • 4e6f14118f Updated ColorSampler and TiltWindow with multi-touch support. Also resolved an annoying warning from the BoxSlider (Resolves #234) Simon (Darkside) Jackson 2018-04-29 12:10:34 +0100
  • 75bcf05f32 Resolves #210 Simon (Darkside) Jackson 2018-04-28 12:32:17 +0100
  • b12ade6b12 Added child layout fix from John Hattan resolves #225 Simon (Darkside) Jackson 2018-04-19 18:01:41 +0100
  • 8768fb6c8d Merge branch 'master' of https://bitbucket.org/UnityUIExtensions/unity-ui-extensions Simon (Darkside) Jackson 2018-04-12 15:12:31 +0100
  • 18a61b5ef5 Updated Radial Slider to user event Pointer position instead of Input.MousePos, allows multiple radials to be use on touch screens. Simon (Darkside) Jackson 2018-04-12 15:12:17 +0100
  • 2885d851d1 Merged in leonkj/unity-ui-extensions (pull request #31) Leon Kiz 2018-03-31 16:36:28 +0000
  • 3b1929541a Merge branch 'master' of https://bitbucket.org/leonkj/unity-ui-extensions Leon Kyz 2018-03-30 20:02:03 +0300
  • 3cd7b25707 Fix reorderable lists Leon Kyz 2018-03-30 20:00:26 +0300
  • 3b6339f67d Merged UnityUIExtensions/unity-ui-extensions into master Leon Kiz 2018-03-28 19:22:54 +0300
  • 104002eaa5 Updated HSS/VSS to include a new HARD swipe option. Forces scroll snap to ONLy move one page when swiped. Simon (Darkside) Jackson 2018-03-24 15:36:38 +0000
  • 6a4256738a Added Experimental update to UI Knob to enable working in World/SS-Camera. May revert. Unity seems to calculate the mouse cursor position wrong between frames. Simon (Darkside) Jackson 2018-03-24 14:48:53 +0000
  • 4a2a4f555d Merged in Naphier/unity-ui-extensions_ng (pull request #30) Sean Mann 2018-03-24 11:35:53 +0000
  • 42b1bc95a1 Merge branch 'master' of https://bitbucket.org/UnityUIExtensions/unity-ui-extensions Simon (Darkside) Jackson 2018-03-22 18:10:09 +0000
  • 1dbfda47d9 Moved Shader folder under a Resources folder to resolve UI Particle system and other shader issues. Simon (Darkside) Jackson 2018-03-22 18:09:48 +0000
  • d5d94a2076 Improvements to UI and ColorPickerPresets inspector. - Picker 2.0.prefab UI now collapses preoperly when showing/hiding HSV/RGB slider sets. - ColorPickerPresets now has an inspector with a button that can be clicked to open the saved JSON file. Sean Mann 2018-03-10 21:52:45 -0500
  • 62de3d3d44 Updated Tumblr Link Simon Jackson 2018-03-10 20:42:39 +0000
  • 4d913f33a8 HorizontalScrollSnap.cs updated to match VerticalScrollSnap - Resolves #213 Simon Jackson 2018-02-19 15:23:38 +0000
  • d88a010755 Scene cleanup Sean Mann 2018-02-18 23:30:12 -0500
  • 8d4a2fe698 Compacted json format (was Color[] now is Color32[]). Commented out code that opens json file when saved. Sean Mann 2018-02-18 23:28:41 -0500
  • b5f8f17203 Improvements on Color Picker: - .gitignore - Added "/.vs" to ignore VS 2017's new folder. - Added Color Sampler feature to pick colors from the screen. - Fixed issue with ColorPickerPresets with "not working" HSVChanged() - Changed the way ColorPickerPresets work. Can now add predefined colors in the inspector, plus save/load from player prefs or json file. - Modified UI layout for Picker 2.0 prefab to allow for expansion of presets, toggling of RGB vs HSV. Still could use some work as the layout doesn't collapse/expand nicely. Sean Mann 2018-02-18 23:16:15 -0500
  • 2c802d9271 Second pass optimisation for next update Simon (Darkside) Jackson 2018-01-20 17:35:15 +0000
  • 55a7d21860 First pass optimisation for next update. Simon (Darkside) Jackson 2018-01-20 12:08:44 +0000
  • 2145c4671b Merged in adibacco/unity-ui-extensions (pull request #17) adibacco 2018-01-20 10:25:08 +0000
  • 61ca7baa00 Updating License (again) to match Wiki, BSD license. Simon (Darkside) Jackson 2018-01-09 15:36:25 +0000
  • 86cdb0fcce Merge branch 'master' of https://bitbucket.org/UnityUIExtensions/unity-ui-extensions Simon (Darkside) Jackson 2018-01-09 15:33:01 +0000
  • efce0c6ffb Updated License definition - MIT Simon (Darkside) Jackson 2018-01-09 15:31:19 +0000
  • d826767263 README.md edited online with Bitbucket - Fixed License confusion Simon Jackson 2018-01-09 15:29:09 +0000