Simon (Darkside) Jackson
8384bd5ced
patchfix - erroneous namespace in combobox???
2023-02-07 14:52:00 +00:00
Simon Jackson
e085cbe076
Resolved issues with DisplayAbove and using a 0 ItemsToDisplay
2023-02-06 13:32:05 +00:00
Simon Jackson
33cd5a9be4
Several lifetime feature updates for the ComboBox controls:
...
- Resolves startup issue that prevented the control being used (Unity changed the start order in some instances), this was causing null reference issues with comboboxes
- Added the ability to set a specific item on start and not just the first
- Added the ability to disable the dropdown to make a read-only dropdown
Resolves:
- https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/426
- https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/425
2023-02-05 11:35:18 +00:00
Simon Jackson
b59f5132c3
Remove editor validation and add error checking for the ColorLabel component
2023-02-04 19:23:26 +00:00
Simon Jackson
8d18515a4a
The BIG Unity 2022 Text reorganisation
2023-02-04 11:22:31 +00:00
Simon Jackson
1002db24f2
Resolves issue in 2022 with the missing Text component
...
Fixes: https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/424
2023-02-04 10:30:40 +00:00
Simon Jackson
07ec98c989
Fix class spellings and update MultiTouchScrollRect
2023-01-22 17:26:01 +00:00
Simon Jackson
78d3b898c1
Updated build issue with ReorderableListElement
2023-01-03 19:22:19 +00:00
Simon Jackson
12f6174469
Cleanup and ensuring the UIParticleSystem is disposed on Destroy correctly.
...
Resolves: https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/412
2023-01-03 11:42:22 +00:00
Simon Jackson
fe97fa7599
Updated panel drawing for ComboBox controls and added DropdownOffset
...
Resolves: https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/393
2023-01-01 16:52:08 +00:00
Simon Jackson
9b23206c9a
Updated ReorderableList/ReorderableListElement to prevent creating a "Fake" droppable when the item is not transferable
...
Resolves: https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/164
2023-01-01 16:13:40 +00:00
Simon Jackson
70661a4823
Updated "Action" use to "UnityAction" to avoid Unity issues
...
Resolves: https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/253
2023-01-01 13:29:53 +00:00
Simon Jackson
2848008f63
Checking in new MinMaxSlider
...
TODO
- Finish Editor creator
2022-12-24 14:52:49 +00:00
Simon Jackson
85ee380ee9
Updated Cooldown button to work with Keyboard input
...
Resolves: https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/171
2022-12-18 19:29:40 +00:00
Simon Jackson
c08a91f421
Hard reset of Colour picker guids
2022-11-27 16:54:19 +00:00
Simon Jackson
7de501c42b
Add newly generated HSV picker meta files
2022-11-27 16:44:25 +00:00
Simon Jackson
ebbed37836
Remove meta duplicates for HSVColour Picker
2022-11-27 16:42:34 +00:00
Simon Jackson
3582824afa
Applying PR manually, because Bitbucket
...
https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/pull-requests/128
2022-04-23 11:49:46 +01:00
Ben MacKinnon
33568a6d67
Upgraded RangeSlider to work in both Horizontal and Verticle setups, just like regular slider.
...
Also fixed a minor issue with offset when dragging on the bar.
# Conflicts:
# Runtime/Scripts/Controls/RangeSlider.cs
2022-03-21 18:32:08 +00:00
Simon Jackson
056419a87b
Updated Dropdown list to NOT resize text Rect on draw
2021-10-21 13:57:42 +01:00
Simon Jackson
f101afbb29
Clean up range slider unused variables
2021-10-21 13:48:44 +01:00
Simon Jackson
774f8de199
Resolves issue where the lower range value would become stuck when moved to the max value position
...
Resolves: https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues/381/cant-move-range-slider-if-low-is-moved-to
2021-09-05 09:33:19 +01:00
Simon Jackson
383e19fb05
Merged in development (pull request #122 )
...
Development
* Merged in updated_new_input_system_check (pull request #117 )
Updated the new Input system switch and tested against 2021
* Updated LineRenderer to initialise with a 1 point array, this resolves an issue with Unity putting the previous controls vertext array in an uninitialised control.
Also updated examples checkout
* Merged in UpdatedLineRender (pull request #118 )
UILineRender now initilises with a point of 1 to correct Unity issue
* Applied J.R. Mitchell's fix for the Accordion Controls/Accordion/AccordionElement.cs
resolves : #364
* Merged in AccordionFIx (pull request #119 )
Update to Accordion to allow for prefab Accordion Elements
* Resolved issue where the Content Scroll snap would cause issue with only 1 child.
Also tested and fixed working with no children.
Resolves #362
* Merged in content_scroll_snap_fix (pull request #120 )
ContentScrollSnap update
* Updated the PaginationManager to override if the ScrollSnap is in motion.
BuyerBeware, Unity's toggles can get in to a state where they are clicked but not clicked.
* Merged in PaginationFix (pull request #121 )
Updated the PaginationManager to override if the ScrollSnap is in motion.
* Updated release notes and bumped version to release
2021-05-10 17:38:31 +00:00
Simon (darkside) Jackson
a354a22a13
Minor bug fixes following docs
2020-10-21 18:36:57 +01:00
Simon (darkside) Jackson
9a0a08da78
Updated UI Knob control - enabled dragging outside target area
...
Added example scene
2020-10-21 18:12:37 +01:00
Simon (darkside) Jackson
948d4fe62b
Added "SetKnobValue" function which allows the setting of Value and loops
2020-10-20 23:06:07 +01:00
Simon (darkside) Jackson
0b0d03cdb7
Following reports that certain UI Extensions controls do not work with the new input system, working on a small refactor to manage and handle dependencies on the old input system.
2020-10-08 17:07:39 +01:00
Simon (darkside) Jackson
79290237b8
Resolves #347
...
Items marked as transferable, remain transferable after being dropped
Also fixed an issue with items that can be dropped in to space causing NRE with debug info.
2020-10-02 21:20:17 +01:00
Simon (darkside) Jackson
9b9aac4a74
Resolves #346
...
When cloned, reorderable list was creating a second List Content component that was not initialised. Refactored to wnsure only one list content was present and is initialised correctly
2020-10-02 18:17:47 +01:00
Simon (darkside) Jackson
dcd43da6b8
Updates from testing
2020-09-24 21:47:00 +01:00
Simon (darkside) Jackson
0e99d8e63f
Updated ComboBox controls to improve better programmatic controls
2020-09-24 15:36:02 +01:00
Simon (darkside) Jackson
84bf882777
Updated Accordion to support both Vertical as well as Horizontal layout
2020-08-30 16:09:54 +01:00
Simon (darkside) Jackson
3429d37f14
Updated DropDown and Autocomplete controls based on feedback in #204
...
Resolves #204
2020-08-27 18:20:49 +01:00
Simon (darkside) Jackson
9617cc26b2
Spell-checking and docs update
2020-07-08 20:38:28 +01:00
Simon (darkside) Jackson
b8f25e1eee
Updating package to the latest Unity guidelines for Unity packages
2020-06-30 13:58:38 +01:00