Commit Graph

842 Commits (b171b2c1c234fbe6d4d2a55834433162047f183b)

Author SHA1 Message Date
SimonDarksideJ b171b2c1c2 Added extra event on the AutoCompleteComboBox, to fire when an item in the list is selected, with its display name
Resolves: https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/200
2023-11-26 15:26:11 +00:00
SimonDarksideJ a47d694796 Added argument to the UpdateLayout method for the HSS/VSS to move to a new starting page
Resolves: https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/451
2023-11-26 15:00:36 +00:00
SimonDarksideJ 9c7a59c9f2 Update to force Enumerated start for Accordion elements
Resolves: https://github.com/Unity-UI-Extensions/com.unity.uiextensions/issues/455
2023-11-26 13:41:48 +00:00
SimonDarksideJ b615c4b681 Merge branch 'development' of https://github.com/Unity-UI-Extensions/com.unity.uiextensions into feature/2023testing 2023-11-26 09:53:51 +00:00
SimonDarksideJ 5eaf48d256 Made deprecated components obsolete rather than just remove to reduce errors for upgrades 2023-11-26 09:52:36 +00:00
action 518bc09602 Auto increment pre-release version to 2.3.2-pre.4 [skip ci] 2023-11-23 22:55:06 +00:00
Simon (Darkside) Jackson ad4ec2d920
Merge pull request #459 from Unity-UI-Extensions/feature/test-release
Feature/test-release
2023-11-23 22:48:13 +00:00
Simon (Darkside) Jackson aa4d41322e
Touch 2023-11-23 22:46:52 +00:00
Simon (Darkside) Jackson 0b8f1a0555
Merge pull request #458 from Unity-UI-Extensions/feature/2023testing
Feature/2023testing
2023-11-23 22:28:02 +00:00
SimonDarksideJ 162e4d3ed9 Updated implementations to handle 2023 support, with 2023 moving in to public release 2023-11-23 20:32:53 +00:00
SimonDarksideJ 54d951350a Merge branch 'release' of https://github.com/Unity-UI-Extensions/com.unity.uiextensions into development 2023-10-05 20:49:48 +01:00
Simon (Darkside) Jackson 1464ae97bd
fix missing using 2023-10-05 20:43:41 +01:00
SimonDarksideJ 250befb08c Merge branch 'release' of https://github.com/Unity-UI-Extensions/com.unity.uiextensions into development 2023-10-05 20:36:27 +01:00
SimonDarksideJ 3000e3b40b Merge branch 'release' of https://github.com/Unity-UI-Extensions/com.unity.uiextensions into release 2023-10-05 20:35:46 +01:00
SimonDarksideJ 9a823060a7 Update workflows 2023-10-05 20:35:32 +01:00
SimonDarksideJ 15cb41b838 deprecate CylinderText in 2022 2023-10-05 20:34:35 +01:00
Simon (Darkside) Jackson 322e804f25
Merge pull request #453 from RobTranquillo/release
Minor enhancements on DropDown
2023-10-05 16:53:52 +01:00
Simon (Darkside) Jackson 289a50d796
Minor review corrections 2023-10-05 16:53:04 +01:00
Robert Wartenberg 95f1956f48 fix: SetActive() takes care of btn. Add: ded. Hide funct 2023-09-25 14:31:45 +02:00
Robert Wartenberg 2a59f37653 fix: tabs vs. spaces in DropDownList { } 2023-09-25 14:31:41 +02:00
Robert Wartenberg c06cd38081 add: public accessable reset function 2023-09-25 14:31:37 +02:00
Simon (Darkside) Jackson 69c96ab471
Merge pull request #446 from wanliyun/release
Fix Bug!NeicerOutline color.a Lose when m_UseGraphicAlpha is true!
2023-07-22 16:53:23 +01:00
Simon (Darkside) Jackson 884a8d63f1
Update case sensitivity of agent labels 2023-07-22 16:45:39 +01:00
Simon (Darkside) Jackson 5f535e0431
Merge branch 'development' into release 2023-07-22 16:12:16 +01:00
Simon (Darkside) Jackson 17b69878de
Merge pull request #442 from sandr01d/development
Fix release date of v2.3
2023-07-22 16:11:54 +01:00
Simon (Darkside) Jackson 70f98806e9
Merge branch 'development' into release 2023-07-22 16:11:29 +01:00
Simon (Darkside) Jackson 90fd22498f
Merge pull request #444 from solidsign/feature/UIParticleSystem_use_lengthScale
Add using lengthScale to UIParticleSystem
2023-07-22 16:11:13 +01:00
Simon (Darkside) Jackson 0dd1e6d7bb
Merge branch 'release' into feature/UIParticleSystem_use_lengthScale 2023-07-22 16:10:37 +01:00
Simon (Darkside) Jackson 0a424334e9
Merge pull request #443 from adibacco/patch-1
Update UILineRenderer.cs
2023-07-22 16:10:26 +01:00
Simon (Darkside) Jackson 5ef4736e68
Merge branch 'development' into development 2023-07-22 16:09:32 +01:00
SimonDarksideJ 9fbcd39b88 Deprecated Text Effects with Unity 2022 as they are incompatible with TextMeshPro 2023-07-09 16:48:55 +01:00
wanliyun 6a68933e48 Fix Bug!NeicerOutline color.a Lose when m_UseGraphicAlpha is true!
if (m_UseGraphicAlpha)
    newColor.a = (byte)((newColor.a * verts[i].color.a) / 255);  //newColor's type cannot be Color.Should be Color32.
2023-07-06 13:20:50 +08:00
eldar.zakaryaev 11de683781 Fix UIParticleSystem does not correspond to runtime lengthScale change 2023-07-05 11:24:50 +03:00
eldar.zakaryaev 2a925fcf65 Add using lengthScale to UIParticleSystem 2023-07-05 11:11:44 +03:00
adibacco 34e3f82395
Update UILineRenderer.cs
There is no need to draw either points or segments. Both should be drawn.
2023-06-28 23:00:16 +02:00
Sandroid 4857492384 Fix release date of v2.3 2023-06-21 15:10:24 +02:00
SimonDarksideJ 796f66c310 Updated LineRenderer and UILIneConnector implementations to both be safer and include warning about placing a UILineRenderer at any other position than 0,0,0. 2023-06-17 18:33:22 +01:00
SimonDarksideJ e7babe0dd6 Updated HSS/VSS to ensure events fire correctly if the control is dragged but not moved:
Resolves: #186
2023-06-17 17:16:31 +01:00
action ab34212ade Auto increment pre-release version to 2.3.2-pre.3 [skip ci] 2023-03-29 13:41:56 +00:00
Simon (Darkside) Jackson 531059bf0e
Merge pull request #439 from Unity-UI-Extensions/feature/updateCodeOwners
Patch workflow for correct secret
2023-03-29 14:41:37 +01:00
Simon (Darkside) Jackson a4fb11f0b4
Patch workflow for correct secret 2023-03-29 14:32:05 +01:00
Simon (Darkside) Jackson 09b17fae52
Merge pull request #436 from victornor/linerenderer_points
Linerenderer points
2023-03-29 14:16:07 +01:00
Simon (Darkside) Jackson 7becb9cae4
Merge branch 'development' into linerenderer_points 2023-03-29 14:15:48 +01:00
Victor 7127f8bca7 chore: make CalculatePointOnCurve public 2023-03-20 13:43:43 +01:00
Victor ba7b21fdae feat: add CalculatePointOnCurve for linerenderer 2023-03-20 13:42:33 +01:00
victornor 5e7282c27d
fix: GetPosition when Segments is null 2023-03-20 13:33:14 +01:00
action 14aa9ae491 Auto increment pre-release version to 2.3.2-pre.2 [skip ci] 2023-03-12 12:13:16 +00:00
Simon (Darkside) Jackson a45509ee55
Merge pull request #435 from Unity-UI-Extensions/fix/resolveflowoverflow
Resolve FlowLayoutGroup overflow issue
2023-03-12 12:12:52 +00:00
Simon (Darkside) Jackson 2ccf119f7d
fix package version 2023-03-12 12:06:34 +00:00
SimonDarksideJ 14548049a5 Update workflows 2023-03-12 11:58:04 +00:00