Commit Graph

674 Commits (846253627defe99af18abe392156280b5f89e7c2)

Author SHA1 Message Date
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
Simon (Darkside) Jackson 8768fb6c8d Merge branch 'master' of https://bitbucket.org/UnityUIExtensions/unity-ui-extensions 2018-04-12 15:12:31 +01:00
Simon (Darkside) Jackson 18a61b5ef5 Updated Radial Slider to user event Pointer position instead of Input.MousePos, allows multiple radials to be use on touch screens.
Resolves #231
2018-04-12 15:12:17 +01:00
Leon Kiz 2885d851d1 Merged in leonkj/unity-ui-extensions (pull request #31)
Fix reorderable lists

Fantastic fix, thank you very much for the contribution.
2018-03-31 16:36:28 +00:00
Leon Kyz 3b1929541a Merge branch 'master' of https://bitbucket.org/leonkj/unity-ui-extensions 2018-03-30 20:02:03 +03:00
Leon Kyz 3cd7b25707 Fix reorderable lists 2018-03-30 20:00:26 +03:00
Leon Kiz 3b6339f67d Merged UnityUIExtensions/unity-ui-extensions into master 2018-03-28 19:22:54 +03:00
Simon (Darkside) Jackson 104002eaa5 Updated HSS/VSS to include a new HARD swipe option. Forces scroll snap to ONLy move one page when swiped. 2018-03-24 15:36:38 +00:00
Simon (Darkside) Jackson 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.
2018-03-24 14:48:53 +00:00
Sean Mann 4a2a4f555d Merged in Naphier/unity-ui-extensions_ng (pull request #30)
Further improvements to color picker control
2018-03-24 11:35:53 +00:00
Simon (Darkside) Jackson 42b1bc95a1 Merge branch 'master' of https://bitbucket.org/UnityUIExtensions/unity-ui-extensions 2018-03-22 18:10:09 +00:00
Simon (Darkside) Jackson 1dbfda47d9 Moved Shader folder under a Resources folder to resolve UI Particle system and other shader issues.
Resolves #229
2018-03-22 18:09:48 +00:00
Sean Mann 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.
2018-03-10 21:52:45 -05:00
Simon Jackson 62de3d3d44 Updated Tumblr Link 2018-03-10 20:42:39 +00:00
Simon Jackson 4d913f33a8 HorizontalScrollSnap.cs updated to match VerticalScrollSnap - Resolves #213 2018-02-19 15:23:38 +00:00
Sean Mann d88a010755 Scene cleanup 2018-02-18 23:30:12 -05:00
Sean Mann 8d4a2fe698 Compacted json format (was Color[] now is Color32[]).
Commented out code that opens json file when saved.
2018-02-18 23:28:41 -05:00
Sean Mann 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.
2018-02-18 23:16:15 -05:00
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