Unity Asset Store
キャンセル
カート
アプリケーション
Sell Assets

11,000 種類を超える 5 つ星アセット

8.5 万人以上の顧客による評価

10 万人を超えるフォーラムメンバーが支持

すべてのアセットを Unity が審査済み

Thera Bytes
41件のレビュー
$70.40
41件のうち 1 - 10を表示中
ユーザーレビュー
表示順
最新
最も役立つ
評価順
e
Really useful for specific UI needs
4 months ago
ethanma03バージョン 2.5 で
Better UI has saved my butt a bunch of times with little things Unity UI sucks at! Really good for toggle and button animations and making responsive layouts. I still use Unity UI for some things because it is simpler, but if I find that there is something I can't do with Unity's system, BetterUI has a good chance of having it. It is a bit aggressive in trying to get you to use it for everything though. Some features take some getting used to, and it does add a little clutter. Overall, I would recommend this asset and I install it as soon as I start any project.
このレビューは役に立ちましたか?
2
0
O
I can at last make great UIs !
4 months ago
OctoSharkoバージョン 2.5 で
The most useful asset ever for me. It basically cut down the time I spend on creating UIs by 90%. The learning curve is about an hour of watching well done tutorial videos and then you are good to go. Buy this asset with your eyes closed. It's the best in its category.
このレビューは役に立ちましたか?
1
0
パブリッシャーからの返信:
4 months ago に返信
Wow, thank you for this overwhelming review. I always see the things that could still be improved. It is good to hear that it is already pretty good :)
M
A must have
6 months ago
MultimediaStarバージョン 2.5 で
Great asset, great support!
このレビューは役に立ちましたか?
0
0
パブリッシャーからの返信:
4 months ago に返信
Thanks for the great review. It was a pleasure to help you with your special needs. :)
H
IT REALLY MADE OUR UI BETTER!
8 months ago
Honoki_バージョン 2.5 で
Our project requires us to make it work on both landscape and portrait (mobile app). And both orientation can have different UI positioning and design. This is the only reason why I get this asset but men, after using it for months now, I can say that this can worth more than the current price! First of all, It is not the only feature in the asset. There's so much more! Aside from the feature that I need, I also like the event system that notifies us when the orientation changed. The editor controls for changing the anchors. Changing UI properties based on the orientation. And there's more into it! And lets not forget how easy to use it.
このレビューは役に立ちましたか?
1
0
パブリッシャーからの返信:
8 months ago に返信
Hey Honoki_, Thank you for your great review :D It is great to hear that my asset is actually used by and useful for people. Although the updates are rare, the asset is still being improved. Right now, I am working on another bigger feature addition (but one that is probably not so interesting for mobile games - it is about game pad navigation). So, stay tuned :)
r
Does more than it should
a year ago
rrtc26バージョン 2.5 で
It fulfills what it promises, it has good support, advanced features for responsive UI, good documentation, quite easy to use and quite intuitive, if you are looking to do something you will surely find something in the guide that gives you information on how to do it
このレビューは役に立ちましたか?
1
0
パブリッシャーからの返信:
10 months ago に返信
Thank you for your great review :) Sorry for not focusing on only one thing. Better UI tries to solve ALL problems you encounter when working with UGUI, so, it might feel like it does more than you need (or it "Does more than it should" ;D). PS: The link to the documentation broke because we moved our website right before everybody went to Christmas holidays (yay). In the meantime, you can access it here: https://better-ui.there-it-is.com/
i
花几个小时了解他,超级好用!
a year ago
ijlli1バージョン 2.5 で
最初买下他的时候,尝试了不到一个小时,就放弃了,觉得并不好用.昨天我又尝试,并耐心跟着视频学习.现在我所有的项目都离不开他了,非常好用,绝对值这个价钱!!!
このレビューは役に立ちましたか?
0
0
w
A great asset!
2 years ago
wHoltバージョン 2.5 で
Really easy to use and makes dealing with multiple resolutions incredibly simple. Right click, Make Better!
このレビューは役に立ちましたか?
0
0
s
Best asset
2 years ago
sfane以前のバージョン 2.4 で
thank you for this amazing asset. it saves time and makes it BETTER
このレビューは役に立ちましたか?
1
0
Y
Not as simple as I thought it would be.
2 years ago
YukkuriMikan以前のバージョン 2.4 で
I purchased the uGUI with the idea of a simple and intuitive extension of the uGUI, but there are some unnecessary elements and some bug-like behavior. The responsive UI system is a completely unnecessary element for me, but I cannot detach it. I understand that it is useful for those who need it, but for me it is simply a very distracting element. I have not tried all the components, but I am quite annoyed about the BetterImage component. It is a component that inherits from Image, so its sprite and color properties are exposed, but they are overridden by the component's SpriteSetting on their own. Instead, there is a bug-like behavior that is not immediately reflected even if you put values in the SpriteSetting properties. Calling OnResolutionChanged manually does reflect it, but I don't really enjoy being asked to call extra methods by the responsive system that I don't need. Also, this workaround is not in the manual and I had to check the source code myself. There are many features that I have not used yet, and I may be impressed in the future, but at the moment I am very unimpressed.
このレビューは役に立ちましたか?
0
2
パブリッシャーからの返信:
2 years ago に返信
UPDATE: Your main concern has been addressed in the new version (2.5). Please check out the documentation for more information on it: https://documentation.therabytes.de/better-ui/HiddenBaseProperties.html Also, I have thought about how I could make the Sizer-UI smaller, and I think I have a good idea. However, as it is a bit tricky to handle all types of sizers, it is not yet implemented. ORIGINAL REPLY: Hey YukkuriMikan, thank you for taking the time writing a review. I'm sorry that you have had different expectations from the asset. > The responsive UI system is a completely unnecessary element for me, but I cannot detach it. Yeah, it became a part of Better UI in version 2.0. It was hard enough to make this feature backwards compatible. Making it completely optional would be even harder. I tried instead to make the Inspector-UI as compact as possible. But of course all the options need to be placed somewhere. So, it might feel a bit clumsy here and there. If you have ideas how I could make it even more lightweight, please let me know :) > It is a component that inherits from Image I agree that it is a questionable design decision to extend existing elements instead of creating own components that modify others. The reason why I did it this way is scoping: If I AM instead of HAVE, I can access more members of the base class, giving me more possibilities to change / improve things. > its sprite and color properties are exposed, but they are overridden by the component's SpriteSetting on their own. Yes, you found a difficult part here, which was not implemented with the user in mind. However, I already found a way to make it more straight forward by defining properties in the derived class with the same name as in the base class using the "new" keyword. This allows you can set a single properties as you would expect (however, you can do this only if your variable has the Better-Type, not the base-type - this is a C# restriction). This improvement will be released in the next version (hope I find time soon to prepare and upload the new version 2.5). > Calling OnResolutionChanged manually does reflect it This shouldn't be necessary. Until the next version is released, this would be the workaround: https://forum.unity.com/threads/better-ui.453808/page-5#post-7628101 > There are many features that I have not used yet, and I may be impressed in the future I really hope so. I put much effort into this Asset to make it powerful and at the same time easy to use. Please also note that you can mix BetterUI elements with non-BetterUI elements as you like. If you don't need a BetterImage, just use an Image so you don't get distracted by the BetterUI parts in the Inspector (however, if you use it for a while, it won't distract you anymore, I guess). If you have any questions or find other problems, please get in touch with me through the forum thread or via mail. I am happy to support you and usually answer within one working day.
A
Must Have
2 years ago
Adrian_realgames以前のバージョン 2.4 で
If you don't want to bother with UI anymore, you need this.
このレビューは役に立ちましたか?
0
0
高品質なアセット
11,000 種類を超える 5 つ星アセット
信頼がある
8.5 万人以上の顧客による評価
コミュニティが支持
10 万人以上のフォーラムメンバーが支持
USD
EUR
Copyright © 2024 Unity Technologies
全ての表示価格には消費税は含まれていません
USD
EUR