메인 콘텐츠로 건너뛰기
Unity logo
キャンセル
개인정보 설정
장바구니
애플리케이션
Sell Assets

평점 만점의 리뷰가 11,000개 이상

8만 5천명 이상의 리뷰

10만명 이상의 포럼 멤버가 선호하는 에셋

유니티에서 모더레이팅하는 모든 에셋

Ilia Novikov
84개 사용자 리뷰
$99
1 - 10 / 84개 표시
사용자 리뷰
정렬 기준
a
Ideal foundation for your custom uGUI UI
a year ago
aidesigner이전 버전 1.17.13f1
퍼블리셔가 리뷰어에게 패키지를 선물했습니다.
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.
이 리뷰가 도움이 되었나요?
1
0
h
Good asset
a year ago
huyhungkun이전 버전 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
이 리뷰가 도움이 되었나요?
1
0
퍼블리셔 답변:
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
NaonEnt이전 버전 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()
이 리뷰가 도움이 되었나요?
0
0
퍼블리셔 답변:
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
Gaffe이전 버전 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.
이 리뷰가 도움이 되었나요?
4
0
f
Best UI tool so far
a year ago
fadizant이전 버전 1.17.6f2
This asset makes life easy. I highly recommend it.
이 리뷰가 도움이 되었나요?
2
0
H
Friendly and fast support
2 years ago
Honda3000이전 버전 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.
이 리뷰가 도움이 되었나요?
0
0
r
Very complete and good support
2 years ago
rrtc26이전 버전 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
이 리뷰가 도움이 되었나요?
0
0
T
Excellent solution for robust UI needs
2 years ago
TonyLi이전 버전 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.
이 리뷰가 도움이 되었나요?
0
0
t
Quite good really
2 years ago
tomraegan이전 버전 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.
이 리뷰가 도움이 되었나요?
2
0
h
Great Widgets
2 years ago
herbrush이전 버전 1.15.10f1
Saves Loads of time. Works well with Exceptional Support. Looks Great. Does more than we expected. Look no further!
이 리뷰가 도움이 되었나요?
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

언어

어필리에이트 프로그램

멤버십링크 생성기어필리에이트 ID

Feedback

파트너 프로그램

협력사
Copyright © 2025 Unity Technologies
모든 가격은 부가가치세를 제외한 금액입니다.