Skip to main content
Unity logo
Cancel
Privacy Preferences
Cart
Applications
Sell Assets

Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

$99
Showing 1 - 10 of 84
User Reviews
Sort by
a
Ideal foundation for your custom uGUI UI
a year ago
aidesigneron previous version 1.17.13f1
Reviewer was gifted package by publisher.
The uGUI UI widgets and interactions can form a powerful UI resource for your project. This asset delivered a comprehensive UI feature set while staying self contained. The genius lies in the Widget Generator, which I did not fully appreciate before purchase. You right click your custom data source class and then hit "Generate Widgets". As a result you have new Editor context menu items to generate any specific widget for your custom data source. Then picking a particular widget like "ListView" creates a self-contained asset project directory with all the scripts/prefabs associated with the chosen custom widget. At this point it is a working custom UI Widget that is feature rich and yours to edit. The continuous updates and consistent reviews speak volumes. However the customer support reached another level, which was already a luxury. The author helped integrate another data binding solution into UI Widget that worked better for my objectives. Just noticed the "gifted" comment, which I did not even remember. This was done by the author because of my confusion on a sale end date. This only strengthens my comments on customer support.
Was this review helpful?
1
0
h
Good asset
a year ago
huyhungkunon previous version 1.17.15f1
This asset works fine as described, it would be great if the author could add some animations when opening and closing popups and dialogs
Was this review helpful?
1
0
Reply from publisher:
replied a year ago
Thanks for the review. Added opening and closing animations for the Dialog, Picker, and Popup in v1.17.17b2 ( https://ilih.name/unity-assets/UIWidgets/download/ ). You can add the WindowAnimations component to existing dialogs, pickers, and popups or create a custom animation component with an IWindowAnimations implementation.
N
The Asset Description in English This asset is highly efficient and well-developed, providing robust functionality with minimal overhead
a year ago
NaonEnton previous version 1.17.15f1
This asset is highly efficient and well-developed, providing robust functionality with minimal overhead. It is consistently updated, ensuring compatibility with the latest Unity versions and continuous improvements for better performance and new features. The Flare Effect.cs component is attached to a Text object. When the Text.text value is set to an empty string (""), an error occurs. ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index System.Collections.Generic.List`1[T].get_Item (System.Int32 index) (at <ed969b0e627d471da4848289f9c322df>:0) UnityEngine.UI.VertexHelper.PopulateUIVertex (UnityEngine.UIVertex& vertex, System.Int32 i) (at ./Library/PackageCache/com.unity.ugui/Runtime/UGUI/UI/Core/Utility/VertexHelper.cs:175) UIWidgets.UVEffect+MeshSize..ctor (UnityEngine.UI.VertexHelper vh, UnityEngine.RectTransform rt, UIWidgets.UVEffect+UVMode mode, UnityEngine.UI.Image+Type imageType) (at Assets/NCore/Asset/New UI Widgets/Scripts/Effects/UVEffect.cs:112) UIWidgets.UVEffect.ModifyMesh (UnityEngine.UI.VertexHelper vh) (at Assets/NCore/Asset/New UI Widgets/Scripts/Effects/UVEffect.cs:347) UnityEngine.UI.Graphic.DoMeshGeneration () (at ./Library/PackageCache/com.unity.ugui/Runtime/UGUI/UI/Core/Graphic.cs:705) UnityEngine.UI.Graphic.UpdateGeometry () (at ./Library/PackageCache/com.unity.ugui/Runtime/UGUI/UI/Core/Graphic.cs:690) UnityEngine.UI.Text.UpdateGeometry () (at ./Library/PackageCache/com.unity.ugui/Runtime/UGUI/UI/Core/Text.cs:580) UnityEngine.UI.Graphic.Rebuild (UnityEngine.UI.CanvasUpdate update) (at ./Library/PackageCache/com.unity.ugui/Runtime/UGUI/UI/Core/Graphic.cs:648) UnityEngine.UI.CanvasUpdateRegistry.PerformUpdate () (at ./Library/PackageCache/com.unity.ugui/Runtime/UGUI/UI/Core/CanvasUpdateRegistry.cs:215) UnityEngine.Canvas:SendWillRenderCanvases()
Was this review helpful?
0
0
Reply from publisher:
replied a year ago
Thanks for the review and sorry for the problem with the Flare effect. To fix this bug you can update to the v1.17.16b3 ( https://ilih.name/unity-assets/UIWidgets/download/ ) or replace the line 341 in the ModifyMesh() method in the file Scripts / Effects / UVEffect.cs. old line: if ((size.x < 0f) || (size.y < 0f)) new line: if ((size.x < 0f) || (size.y < 0f) || (vh.currentVertCount == 0))
G
Use it all the time
a year ago
Gaffeon previous version 1.17.12f1
Great asset, incredibly useful. My project relies on a ton of UI interactions that Unity doesn't have built-in tools for that I would have to build from scratch if it wasn't for New UI Widgets. I basically always check what it has available when adding a new UI feature. I'm also specifically writing this review as I needed a very specific feature for drag + dropping elements in a window: I needed a delay before initializing the drag support to allow the parent scrollview to continue its normal dragging functions if that delay hadn't been reached. Turns out, the last update (a week ago) added this very specific feature. Crazy timing, I'm very thankful. Saving me more time yet again.
Was this review helpful?
4
0
f
Best UI tool so far
a year ago
fadizanton previous version 1.17.6f2
This asset makes life easy. I highly recommend it.
Was this review helpful?
2
0
H
Friendly and fast support
2 years ago
Honda3000on previous version 1.16.4f1
The assets are well maintained and well documented. I received prompt and helpful answers from support to questions that arose while using the assets. Some of the questions were due to my lack of knowledge of Unity, not the assets, but they were kindly supported. As a result, all my questions have been answered and development is progressing well. I paid full price for this product, which was not on sale, but it is a great product and well worth the cost.
Was this review helpful?
0
0
r
Very complete and good support
2 years ago
rrtc26on previous version 1.17.0f1
It is constantly updated, very active developer and good support when having questions or problems, thousands of options and a lot of content within the asset, you will possibly find what you need and more, good documentation
Was this review helpful?
0
0
T
Excellent solution for robust UI needs
2 years ago
TonyLion previous version 1.15.10f1
This comprehensive and well thought out asset fills in the gaps in Unity UI, making it much simpler to build complex, polished UIs in Unity. The developer is very responsive and helpful, too. Highly recommended if you need to build a polished, modern UI.
Was this review helpful?
0
0
t
Quite good really
2 years ago
tomraeganon previous version 1.15.10f1
Created a solid prototype UI in a couple of hours which just works...this asset removes much of the UI headache. It also packs a vast array of working examples. Simply drag, drop and modify. 5 stars, for the asset and the 40+ pages of forum support and many upgrades and additions.
Was this review helpful?
2
0
h
Great Widgets
2 years ago
herbrushon previous version 1.15.10f1
Saves Loads of time. Works well with Exceptional Support. Looks Great. Does more than we expected. Look no further!
Was this review helpful?
2
0
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo

Language

Feedback

Partners Program

Partners
Copyright © 2025 Unity Technologies
All prices are exclusive of tax