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
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
EditorGUILayout.HelpBox("Auto set the curves' control points by refencing another CUI. You need to set Ref CUI Graphic (e.g. CUIImage) first.",MessageType.Info);
118
+
EditorGUILayout.HelpBox("Auto set the curves' control points by referencing another CUI. You need to set Ref CUI Graphic (e.g. CUIImage) first.",MessageType.Info);
Copy file name to clipboardExpand all lines: README.md
+62-56Lines changed: 62 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,17 @@ In this repository is a collection of extension scripts / effects and controls t
23
23
24
24
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:
We have expanded where you can download the UnityPackage asset and widened the options to contribute to the project.
29
29
30
-
> I will still stress however, ***contribution is optional***. **The asset / code will always remain FREE**
30
+
> I will still stress however, ***contribution is optional***. **The assets / code will always remain FREE**
31
31
32
32
|[](https://unityuiextensions.itch.io/uiextensions2-0"Download from Itch.IO")|[](https://unionassets.com/unity-ui-extensions"Download from Union Assets")|[](https://www.patreon.com/UnityUIExtensions"Support Unity UI Extensions on Patreon & download")|
33
33
| :--- | :--- | :--- |
34
34
|[Grab from Itchio](https://unityuiextensions.itch.io/uiextensions2-0)|[Obtain via Union Assets](https://unionassets.com/unity-ui-extensions)|[Support through Patreon](https://www.patreon.com/UnityUIExtensions)|
35
35
36
-
> Still available on the [BitBucket site](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/downloads/UnityUIExtensions-2019-1.unitypackage) if you prefer
36
+
> Still available to download on the [BitBucket site](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/downloads) if you prefer
37
37
38
38
To view previous releases, visit the [release archive](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads)
39
39
@@ -43,7 +43,7 @@ To view previous releases, visit the [release archive](https://bitbucket.org/Uni
43
43
44
44
If you wish to further support the Unity UI Extensions project itself, then you can either subsidise your downloads above, or using the links below.
45
45
46
-
All funds go to support the project, no matter the amount. Donations in code are also extremely welcome.
46
+
All funds go to support the project, no matter the amount. **Donations in code are also extremely welcome**
47
47
48
48
|||
49
49
|---|---|
@@ -62,56 +62,64 @@ To get started with the project, here's a little guide:
## Update 2019.1 - formally 2.1 - Going with the times
65
+
## Release 2019.4 - (v2.2) - Back from the future
66
66
67
-
Given that it's been a while since the last release and a fair few number of fixes have been introduced since the last update, it's only fair I get this point release out for the masses.
68
-
This is only a point release and we are still working hard on the next full update
67
+
It's been a long year since the last official release of the Unity UI Extensions project and WOW, have there been a lot of ups and downs. Big thanks to the community for their support of the project whether that was funds, code or even just testing and helping to iron out some pesky bugs.
69
68
70
-
> Be sure to logon to the new Gitter Chat site for the UI Extensions project, if you have any questions, queries or suggestions
69
+
> Be sure to logon to the new [Gitter Chat](https://gitter.im/Unity-UI-Extensions/Lobby) site for the UI Extensions project, if you have any questions, queries or suggestions
71
70
>
72
71
> Much easier that posting a question / issue on YouTube, Twitter or Facebook :D
No significant concerns, should be able to update over the 2.1 package. If upgrading prior to 2.1, we still recommend removing the UnityUIExtensions folder and then re-importing
120
+
Due to the restructure of the package to meet Unity's new package guidelines, we recomment **Deleting the current Unity UI Extensions** folder prior to importing the new package
121
+
122
+
For Unity 2019 users using the new UPM deployment, be sure to delete the existing folder in your assets folder before adding the new package to avoid conflict
115
123
116
124
----------------
117
125
## Release History
@@ -134,10 +142,10 @@ There are almost 70+ extension controls / effect and other utilities in the proj
# [How do I get set up? ](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/GettingStarted)
195
+
# [How do I get set up?](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/GettingStarted)
196
+
197
+
As of Unity 2019, there are now two paths for getting access to the Unity UI Extensions project:
188
198
199
+
- Unity 2019 or higher
200
+
The recommended way to add the Unity UI Extensions project to your solution is to use the Unity package Manager. Simply use the [Unity Package Manager](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/UPMInstallation) to reference the project and install it.
201
+
202
+
Alternatively, you can also use the pre-compiled Unity packages if you wish, however, UPM offers full versioning support to allow you to switch versions as you wish.
203
+
204
+
- Unity 2018 or lower
205
+
The pre-compiled Unity assets are the only solution for Unity 2018 or earlier due to the changes in the Unity UI framework in Unity made for 2019.
189
206
Either clone / download this repository to your machine and then copy the scripts in, or use the pre-packaged .UnityPackage for your version of Unity and import it as a custom package in to your project.
All scripts conform to the BSD license and are free to use / distribute. See the [LICENSE](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/License) file for more information
220
+
All scripts conform to the BSD3 license and are free to use / distribute. See the [LICENSE](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/License) file for more information
202
221
203
222
# [Like what you see? ](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/FurtherInfo)
204
223
@@ -213,17 +232,4 @@ I will add more sample scenes for the UI examples in this repository and detail
*[Unity UI Extensions Unity 5.2 Asset](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/downloads/UnityUIExtensions-5.2.unitypackage) <- 5.2.0 - 5.2.1 base releases ONLY
221
-
222
-
*[Unity UI Extensions Unity 5.3 (5.2.1P+) Asset](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/downloads/UnityUIExtensions-5.3.unitypackage) <- use this for 5.2.1P+ releases
223
-
224
-
> **Note** To retain 5.2 compatibility in the 5.3 package, you will see two warnings related to:
225
-
> ```
226
-
> `UnityEngine.UI.InputField.onValueChange' is obsolete.
227
-
> ```
228
-
> This has no effect on the package working in 5.4 plus and is only there to maintain backwards compatibility. We will look to update/remove this in a future release, likely after 5.4.
229
-
If you have any concerns, feel free to update your code in your project to add the missing "d". Unity have ensured it still works as they have mapped the API change for now.
235
+
Please see the [full downloads list](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Downloads) for all previous releases and their corresponding download links.
0 commit comments