You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: About.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ You can follow the UI Extensions team for updates and news on:
16
16
17
17
> Ways to get in touch:
18
18
>
19
-
> -[Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project
20
19
> -[GitHub Discussions](https://github.com/Unity-UI-Extensions/com.unity.uiextensions/discussions), if you have any questions, queries or suggestions
21
20
> -[GitHub Projects view](https://github.com/orgs/Unity-UI-Extensions/projects/2), to see what is currently scheduled for the next release.
21
+
> -[Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project
22
22
23
23
-----
24
24
@@ -30,9 +30,9 @@ In this repository is a collection of extension scripts / effects and controls t
30
30
31
31
You can either download / fork this project to access the scripts, or you can also download these pre-compiled Unity Assets, chock full of goodness for each release:
32
32
33
-
## [Download Latest - Version 2.3](https://unity-ui-extensions.github.io/Downloads)
33
+
## [Download Latest - Version 2.3.2](https://unity-ui-extensions.github.io/Downloads)
34
34
35
-
We have expanded where you can download the UnityPackage asset and widened the options to contribute to the project.
35
+
We have expanded where you can download the UnityPackage asset and widened the options to contribute to the project. (although we recommend using the [UPM](/UPMInstallation.md) Packages for active use!)
36
36
37
37
> I will still stress however, ***contribution is optional***. **The assets / code will always remain FREE**
Copy file name to clipboardExpand all lines: Controls/UILineRenderer.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,10 @@ Property | Description
83
83
84
84
Method | Arguments | Description
85
85
|-|-|-|
86
-
*GetPosition*|Index (int), SegmentIndex (int)|Get the Vector2 position of a line index
87
-
*GetPositionBySegment*|Index (int), SegmentIndex (int)|Get the Vector2 position of a line within a specific segment
88
-
*GetClosestPoint*|Starting Position (Vector2), End Position (Vector2), Desired Point (Vector2)|Get the closest point between two given Vector2s from a given Vector2 point
86
+
*GetPosition*|Index (int), SegmentIndex (int)|Get the Vector2 position of a line index.|
87
+
*GetPositionBySegment*|Index (int), SegmentIndex (int)|Get the Vector2 position of a line within a specific segment.|
88
+
*GetClosestPoint*|Starting Position (Vector2), End Position (Vector2), Desired Point (Vector2)|Get the closest point between two given Vector2s from a given Vector2 point.|
89
+
*CalculatePointOnCurve*|time (float), Start Point (Vector 2), Control Point 1 (Vector 2), Control Point 2 (Vector 2), End Point (Vector 2)|Returns a Vector 2 point on a curve based on the input (check in script for use)|
Copy file name to clipboardExpand all lines: Downloads.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Unity UI Extensions Asset downloads
2
2
3
-
Below is a list of all the `.UnityPackage` asset package downloads for the Unity UI Extensions project
3
+
Below is a list of all the `.UnityPackage` asset package downloads for the Unity UI Extensions project (although we recommend using the [UPM](/UPMInstallation.md) Packages for active use!)
We have expanded where you can download the UnityPackage asset and widened the options to contribute to the project. **Check the [Release notes](./ReleaseNotes/RELEASENOTES.md) for Upgrade information**
8
8
@@ -16,30 +16,35 @@ We have expanded where you can download the UnityPackage asset and widened the o
16
16
17
17
Below are a list of the `.UnityPackage`s from previous releases.
[](https://github.com/Unity-UI-Extensions/com.unity.uiextensions/actions/workflows/main-publish.yml)
9
+
[](https://github.com/Unity-UI-Extensions/com.unity.uiextensions/actions/workflows/development-publish.yml)
10
+
[](https://github.com/Unity-UI-Extensions/com.unity.uiextensions/actions/workflows/development-buildandtestupmrelease.yml)
2023 is certainly an interesting year to keep you on your toes, and finding time to keep managing all the requests and updates that come in are taking their toll, especially for a FREE project, but nonetheless, I still do it.
76
83
77
-
It has been a tough time for all since the last update, but things have been moving steadily along. In the past few months there has been a concerted effort to revamp and update the project ready for Unity 2022, as well as migrating the source repository over to GitHub and refreshing all the things.
78
-
We hope the new release is better for everyone and we have paid close attention to the editor menus and places to find all the controls for this release.
84
+
Mainly bugfixes for the end of year update, promoting some resolutions that have been verified and tested since the last release.
79
85
80
86
To get up to speed with the Unity UI Extensions, check out the [Getting Started](https://unity-ui-extensions.github.io/GettingStarted.html) Page.
81
87
82
88
> Ways to get in touch:
83
89
>
84
-
> -[Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project
85
90
> -[GitHub Discussions](https://github.com/Unity-UI-Extensions/com.unity.uiextensions/discussions), if you have any questions, queries or suggestions
86
-
> -[GitHub Projects view](https://github.com/orgs/Unity-UI-Extensions/projects/2), to see what is currently scheduled for the next release.
91
+
> -[Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project
87
92
>
88
93
> Much easier that posting a question / issue on YouTube, Twitter or Facebook :D
89
94
@@ -97,66 +102,25 @@ For more details, see the [deprecation notice](https://github.com/Unity-UI-Exten
97
102
98
103
## Added
99
104
100
-
- Added new FIFO based UI Line Render when dynamic line rendering is needed.
101
-
- Added ResetSelectableHighlight component.
102
-
- Added SetArc method to UICircle as requested.
103
-
- Added new UIHorizontalScroller based on UIVerticalScroller.
104
-
- Added OnHighlightChanged and OnPressChanged events for UI Button.
105
-
- Added error handling around setting Unity UI Components for Vertical/Horizontal ScrollSnaps.
106
-
- Added Editor Menu Option to create a Min/Max slider.
107
-
- Added the ability to set a specific item for combobox controls on start and not just the first.
108
-
- Added the ability to disable the combo boxes and make them read-only.
105
+
- Add CalculatePointOnCurve for uilinerenderer (@victornor)
109
106
110
107
## Changed
111
108
112
-
- Refresh FancyScrollView with the latest fixes
113
-
- All Text based components updated to use TextMeshPro from Unity 2022 **Breaking Change**
114
-
115
-
- Clean-up and reset pivots on scene start.
116
-
- Merged in feature/improved-ui-highlightable (pull request UILineRenderer - issues with specifying point locations at runtime #123).
117
-
- Merged in fix/ragesliderfix (pull request HorizontalScrollSnap Mask Area doesn't work when content created dynamically #125).
118
-
- Merged in fix/infinitescrollcontentsize (pull request Gradient initialization should be in Awake() #126).
119
-
- Merged in feature/controlTouchUp (pull request UILineRenderer mesh not updating in Editor scene view #127).
120
-
- Upgraded RangeSlider to work in both Horizontal and Vertical setups.
121
-
- Merged in RangeSlider-upgrade. (pull request Newtonsoft.Json.dll conflict #131)
122
-
- Updated UIVertical scroller to be 2022 compliant.
123
-
- Updated Curly UI to wait until end of the frame to recalculate positions.
124
-
- Updated Depth Texture sampler in UI Particles Shaders.
125
-
- Updated Points to always be an array of 1 when set to nothing for the Line Renderer.
126
-
- Updated Cooldown button to work with Keyboard input.
127
-
- Removed unneeded size calculation which caused some issues with mixed content.
128
-
- Resolved an issue whereby the last row in a flow layout group would not size correctly.
129
-
- Updated all components using "LayoutGroup" to override their OnDisable.
130
-
- Updated validation in the new MinMaxSlider.
131
-
- Updated Editor create options to add the correct Event System Input manager.
132
-
- Updated initialisation logic to not cause an endless loop in the TabNavigationHelper.
133
-
- Updated "Action" use to "UnityAction" to avoid Unity issues for DropDowns.
134
-
- Updated UIVerticalScroller for standards.
135
-
- Updated ReorderableList/ReorderableListElement to prevent creating a fake object for non-transferable items.
136
-
- Updated panel drawing for ComboBox controls and added DropdownOffset.
137
-
- Updated build issue with ReorderableListElement.
138
-
- Updated NonDrawingGraphic to require a CanvasRender, else it causes an error on run.
109
+
- fix: Fixed an null reference exception with the ResetSelectableHighlight (@FejZa)
110
+
- fix: Resolved an issue where the last line in a flow layout group would overflow the rect bounds.
111
+
- fix: GetPosition when Segments is null (@victornor)
112
+
- fix: Fix Bug! NicerOutline color.a Loss when m_UseGraphicAlpha is true (wanliyun)
113
+
- fix: Update to force Enumerated start for Accordion elements, Resolves: #455
114
+
- Added argument to the UpdateLayout method for the HSS/VSS to move to a new starting page.
115
+
- Updated implementations to handle 2023 support, with 2023 moving in to public release.
116
+
- Added extra event on the AutoCompleteComboBox, to fire when an item in the list is selected, with its display name.
117
+
- FlowLayoutGroup components updated to latest (likely the last as the author has stopped development)
139
118
140
119
## Deprecated
141
120
142
-
- Marked ScrollPositionController as Obsolete, users should use the new Scoller.
143
-
- BestFitOutline - Deprecated in Unity 2020 onwards. (still available for earlier versions)
144
-
- NicerOutline - Deprecated in Unity 2020 onwards. (still available for earlier versions)
145
-
- Marked TileSizeFitter as obsolete as Unity has made this unworkable.
146
-
147
-
## Fixed
148
-
149
-
- Resolved issues with DisplayAbove and using a 0 ItemsToDisplay for ComboBox controls.
150
-
- Resolved startup issue that prevented the control from being used (Unity changed the start order in some instances), this was causing null reference issues with comboboxes.
151
-
- Patch fix for UILineRenderer.
152
-
- Resolves issue where the lower range value would become stuck when moving.
153
-
- Updated Infinite scroll to work with content of different sizes.
154
-
- Updated Dropdown list to NOT resize text Rect on draw.
155
-
- Revised the Curly UI fix as it was preventing the graphic from being updated in the scene view.
156
-
- Cleanup and ensuring the UIParticleSystem is disposed in onDestroy correctly.
157
-
- Clean up range slider unused variables.
121
+
- All deprecated Text based components now have "obsolete" tags, to avoid breaking code. Note, these do not function in 2022 and above, as Unity have "changed" things. For any affected component, I recommend updating to use TextMeshPro native features.
Copy file name to clipboardExpand all lines: ReleaseNotes/RELEASENOTES.md
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,51 @@ This file contains the up to date release notes for each release of the UI Exten
4
4
5
5
-----
6
6
7
+
## Release 2.3.2 - Rejuvenation - 2023/11/26
8
+
9
+
2023 is certainly an interesting year to keep you on your toes, and finding time to keep managing all the requests and updates that come in are taking their toll, especially for a FREE project, but nonetheless, I still do it.
10
+
11
+
Mainly bugfixes for the end of year update, promoting some resolutions that have been verified and tested since the last release.
12
+
13
+
To get up to speed with the Unity UI Extensions, check out the [Getting Started](https://unity-ui-extensions.github.io/GettingStarted.html) Page.
14
+
15
+
> Ways to get in touch:
16
+
>
17
+
> -[GitHub Discussions](https://github.com/Unity-UI-Extensions/com.unity.uiextensions/discussions), if you have any questions, queries or suggestions
18
+
> -[Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project
19
+
>
20
+
> Much easier that posting a question / issue on YouTube, Twitter or Facebook :D
21
+
22
+
## Breaking changes
23
+
24
+
For customers upgrading from earlier versions of Unity to Unity 2020, please be aware of the Breaking change related to Text Based components. You will need to manually replace any UI using the older ```Text``` component and replace them with ```TextMeshPro``` versions. This is unavoidable due to Unity deprecating the Text component.
25
+
26
+
> New users to 2022 are unaffected as all the Editor commands have been updated to use the newer TextMeshPro versions.
27
+
28
+
For more details, see the [deprecation notice](https://github.com/Unity-UI-Extensions/com.unity.uiextensions/discussions/428) on GitHub.
29
+
30
+
## Added
31
+
32
+
- Add CalculatePointOnCurve for uilinerenderer (@victornor)
33
+
34
+
## Changed
35
+
36
+
- fix: Fixed an null reference exception with the ResetSelectableHighlight (@FejZa)
37
+
- fix: Resolved an issue where the last line in a flow layout group would overflow the rect bounds.
38
+
- fix: GetPosition when Segments is null (@victornor)
39
+
- fix: Fix Bug!NeicerOutline color.a Lose when m_UseGraphicAlpha is true (wanliyun)
40
+
- fix: Update to force Enumerated start for Accordion elements, Resolves: #455
41
+
- Added argument to the UpdateLayout method for the HSS/VSS to move to a new starting page.
42
+
- Updated implementations to handle 2023 support, with 2023 moving in to public release.
43
+
- Added extra event on the AutoCompleteComboBox, to fire when an item in the list is selected, with its display name.
44
+
- FlowLayoutGroup components updated to latest (likely the last as the author has stopped development)
45
+
46
+
## Deprecated
47
+
48
+
- All deprecated Text based components now have "obsolete" tags, to avoid breaking code. Note, these do not function in 2022 and above, as Unity have "changed" things. For any affected component, I recommend updating to use TextMeshPro native features.
49
+
50
+
-----
51
+
7
52
## Release 2.3 - Reanimation - 2023/02/07
8
53
9
54
It has been a tough time for all since the last update, but things have been moving steadily along. In the past few months there has been a concerted effort to revamp and update the project ready for Unity 2022, as well as migrating the source repository over to GitHub and refreshing all the things.
0 commit comments