Commit Graph

698 Commits (820308adef8b3de309d1491df06e811f6a4f4233)

Author SHA1 Message Date
Brad Nelson e813cd70a9 Merged in playemgames/unity-ui-extensions-5/playemgames/fixes-to-textpic-to-make-sure-images-are-1551486174251 (pull request #49)
Fixes to TextPic to make sure images are culled properly.

Approved-by: Brad Nelson <info@play-em.com>
2019-03-05 15:42:28 +00:00
Brad Nelson 561cc87cf0 Fixes to TextPic to make sure images are culled properly. 2019-03-02 00:23:06 +00:00
lars me d6bb530fee Merged in larsme/unity-ui-extensions/Reordable_List (pull request #48)
More Options for ReordableList

Approved-by: Simon Jackson <darkside@xna-uk.net>
2019-02-25 15:07:48 +00:00
lars me ba6dc87b11 Merged in larsme/unity-ui-extensions/UI_vertical_scroller (pull request #47)
More Options for UI Vertical Scroller

Approved-by: Simon Jackson <darkside@xna-uk.net>
2019-02-25 15:04:58 +00:00
lars me d7d293a348 Merged in larsme/unity-ui-extensions/inputField_Enter_Submit_defocus_Input_Option (pull request #46)
Defocus Option and Demo for Input Enter Submit Script
2019-02-25 15:01:47 +00:00
lars me 50a810ba42 Merged in larsme/unity-ui-extensions/corrected_sign_for_horizontal_scrollsnap_left_fast_swipe (pull request #45)
corrected sign for horizontal scrollsnap left fast swipe

Approved-by: Simon Jackson <darkside@xna-uk.net>
2019-02-25 15:00:23 +00:00
LARS-LAPTOP2\larsme 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
2019-02-22 18:35:03 +01:00
LARS-LAPTOP2\larsme 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
2019-02-22 18:08:50 +01:00
LARS-LAPTOP2\larsme cd0800d701 Input Enter Submit:
- Option to defocus input on hitting the enter key
- Demo
2019-02-22 16:03:59 +01:00
LARS-LAPTOP2\larsme bccf36f06f corrected sign for horizontal scrollsnap left fast swipe 2019-02-20 17:51:22 +01:00
Robert Acksel ff47f703c0 Merged in racksel/unity-ui-extensions/racksel/packagejson-edited-the-package-name-is-i-1548587056392 (pull request #43)
package.json edited. the package name is invalid for unity package manager 2019.1

Approved-by: Simon Jackson <darkside@xna-uk.net>
2019-02-11 18:10:41 +00:00
Robert Acksel 3d8b208f30 Merged master into racksel/packagejson-edited-the-package-name-is-i-1548587056392 2019-01-27 12:10:04 +01:00
Robert Acksel 70eccaa2e5 package.json edited. version format is invalid in unity 2019.1 2019-01-27 11:07:48 +00:00
Robert Acksel 08552a8088 Merged racksel/packagejson-edited-the-package-name-is-i-1548587056392 into master 2019-01-27 11:05:49 +00:00
Robert Acksel 3a1418b5f4 package.json edited. the package name is invalid for unity package manager 2019.1 2019-01-27 11:04:23 +00:00
Stefan Perales 39a8671925 Merged in peralysis/unity-ui-extensions (pull request #41)
Updating the ReorderableList control to work with Screen Space - Overlay
2019-01-15 17:29:43 +00:00
Rubén Moraleda 5fbf47671f Merged in rmruano/unity-ui-extensions/ScrollSnapTimeScale (pull request #42)
Allow ignoring the Time.timeScale on ScrollSnaps (Horiz + Vert)
2019-01-15 17:28:41 +00:00
Rubén Moraleda 67aefea569 Allow ignoring the Time.timeScale on ScrollSnaps (Horiz + Vert) 2019-01-15 11:45:10 +01:00
StefanTBG 3814471a2b Updating the ReorderableList control to work with Screen Space - Overlay 2019-01-14 22:25:52 -05:00
Stefan Perales f92a516d9d Updating the ReorderableList control to work with Screen Space - Overlay 2019-01-14 22:05:27 -05:00
Simon (Darkside) Jackson f643e868d1 Added CardUI controls to the project - Thanks to @ryanslikesocool
Docs to follow
2019-01-07 14:47:41 +00:00
Simon Jackson ee23104372 Merged in experimental/unity2018_3 (pull request #40)
Testing branch for 2018.3Updated source to work with 2018.3 without errors

Approved-by: Simon Jackson <darkside@xna-uk.net>
2019-01-07 11:19:24 +00:00
Simon (Darkside) Jackson 48d3c40623 Testing branch for 2018.3 2018-12-31 15:54:49 +00:00
Simon (Darkside) Jackson a645c1e0c2 Updated FancyScrollView to latest version 2018-12-31 15:16:28 +00:00
Jesús María González Martínez 2a3003f97e Merged in jesusmgg/unity-ui-extensions (pull request #39)
Fixed: Reordearable List resizing items when moving to empty lists.
2018-12-17 16:09:25 +00:00
Jesús González 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.
This version of the fix is more correct, as it is only touching the ResetSizes() method.
2018-12-12 20:12:26 -03:00
Jesús González 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. 2018-12-12 20:06:27 -03:00
Lucas Ferres 693a49997b Merged in lucasvinbr/unity-ui-extensions (pull request #38)
Mixed BoundTooltip with ToolTip, added Screenspace Overlay support

Approved-by: Simon Jackson <darkside@xna-uk.net>
2018-11-26 12:26:43 +00:00
Gabriel Juchault ec836f9e87 Merged in gjuchault/unity-ui-extensions/gjuchault/featcooldownbutton-add-a-startcooldown-t-1542805885685 (pull request #37)
feat(cooldown-button): add a `StartCooldown` to start cooldown from outside
2018-11-26 12:23:58 +00:00
Lucas Vinicius f9e216adae Tabs -> spaces 2018-11-25 23:04:28 -02:00
Lucas Vinicius 6c639c7f51 Mixed BoundTooltip with ToolTip, added Screenspace Overlay support 2018-11-25 22:56:54 -02:00
Gabriel Juchault c2b8b39fa1 fix(cooldown-button): add a fake event to avoid null buttonSource 2018-11-21 14:47:49 +00:00
Gabriel Juchault ff548fec7e fix(cooldown-button): restore event 2018-11-21 13:41:20 +00:00
Gabriel Juchault 3737c610b6 fix(cooldown-button): do not trigger event on StartCooldown as it can be triggered next to `StartCooldown` call 2018-11-21 13:14:32 +00:00
Gabriel Juchault 67c2da49b1 feat(cooldown-button): add a `StartCooldown` to start cooldown from outside 2018-11-21 13:11:30 +00:00
durmuş ali çöllü 37aec29aa0 Merged in daliCollu/unity-ui-extensions (pull request #36)
Issue #239 fixed. https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues/239/swipe-threshold-value-seems-to-be-on
2018-11-13 13:29:44 +00:00
Durmuş Ali Çöllü d9adaecfb7 Issue #239 fixed. https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues/239/swipe-threshold-value-seems-to-be-on 2018-11-13 02:32:14 +01:00
Ivan Zhdanov c844807864 Merged in zhdiv/unity-ui-extensions-i1 (pull request #35)
Master

Approved-by: Simon Jackson <darkside@xna-uk.net>
2018-10-04 13:07:17 +00:00
i1 57cb33cca7 namespace 2018-10-04 00:25:09 +03:00
i1 16df45eea3 fixed adding component ScrollSnapScrollbarHelper multiple times 2018-10-04 00:19:56 +03:00
Simon (Darkside) Jackson ee391cab7f Ensure material and texture references are cleaned up on destroy 2018-09-25 15:28:08 +01:00
Moritz Umfahrer f6d7d19951 Merged in Necoron/unity-ui-extensions (pull request #34)
Fanksjs
Added 3d rotation capabilities to ui particle system
2018-09-25 14:23:49 +00:00
Moritz Umfahrer b2ecf4fa03 added 3d rotation capabilities to ui particle system 2018-09-25 15:12:04 +02:00
Simon Jackson 05b90ce1b9 README.md edited online with Bitbucket 2018-08-28 09:44:56 +00:00
Claudiu Cornici 34ea8c5d8e Merged in ClaudiuCodebase/unity-ui-extensions/Fixed-shader-not-found (pull request #33)
On Android the hardcoded path is not found and the code execution stops there because of NullPointerException in the Material constructor
2018-08-28 09:26:36 +00:00
Claudiu 62990e2901 On Android the hardcoded path is not found and the code execution stops there because of NullPointerException in the Material constructor 2018-06-26 21:15:42 +02:00
Simon (Darkside) Jackson d3fc02c475 Reapplying fixes after having to do a reset, whoops 2018-05-31 16:55:39 +01:00
Simon (Darkside) Jackson 4e6f14118f Updated ColorSampler and TiltWindow with multi-touch support.
Also resolved an annoying warning from the BoxSlider (Resolves #234)
2018-04-29 12:10:34 +01:00
Simon (Darkside) Jackson 75bcf05f32 Resolves #210
Fixed issue where the original script made an incorrect assumption about the association between a prefab and a script.
Menu now stacks the gameObject prefabs instead of the prefabs themselves.
2018-04-28 12:32:17 +01:00
Simon (Darkside) Jackson b12ade6b12 Added child layout fix from John Hattan
resolves #225
2018-04-19 18:01:41 +01:00