11,000 種類を超える 5 つ星アセット
8.5 万人以上の顧客による評価
10 万人を超えるフォーラムメンバーが支持
すべてのアセットを Unity が審査済み
11件のうち 1 - 10を表示中
ユーザーレビュー
表示順
D
terrible quality asset
10 years ago
DanceWreckバージョン 2.0 で
poor planning and execution.
it technically just barely does what it claims (paints vertex colors onto meshes in Scene view) but lacks the basic functionality to actually be useful, like automatically storing the vertex colors onto the model.
the script should not need to use the model's UVs at all to vertex paint, so it makes this tool useless for any modeling pipeline that makes use of shared UV space (most good modeling will do this)
I feel like the developer had good intentions but needs to follow through and make this mildly useful before charging $5 for it
このレビューは役に立ちましたか?
1
0
B
Bugs bugs not getting fixed bugs
11 years ago
BuildABurgerBurgバージョン 2.0 で
Another developer which has abandoned thier asset but is still happy to take money.
this is totally broken guys, don't waste your money.
このレビューは役に立ちましたか?
2
0
iS
Terrible Asset.
11 years ago
iXPlay Studioバージョン 2.0 で
It doesn't works.
I tried paint a simple red color. try all shader but none of them gives any result.
このレビューは役に立ちましたか?
1
0
W
Obsolete
12 years ago
WhendricSo以前のバージョン 1.1 で
This one is obsolete, and no updates for two years.
このレビューは役に立ちましたか?
1
2
パブリッシャーからの返信:
11 years ago に返信
It's updated again. i hope to receive some feedback that'll give me directions on updates, request, bugs, etc
First its heavily outdated (unity 3.1 or something like that)
Second it only got basic functionality and dosnt work most of the time
Third it has many FATAL problems, it tripled our drawcalls, made unity crash in 5 minute intervals by spamming arrays full and causing memory leaks, and made our game unplayable at 5 FPS, and it was just passively in the project folder, didnt even use it.
このレビューは役に立ちましたか?
8
2
パブリッシャーからの返信:
11 years ago に返信
Excuses for the "no update'
I'v updated it to unity4.3 and optimized the code allot, i'm not certain if your problems are related to this script, if so please contact me for further support if needed.
This is good plugin to help those lumbered with 3d software that can't paint vertex colors on the mac (AHEM! CINEMA4D!).
However, the learning curve is steep. You need a mesh collider to make this work - that gem of information is NOT written in the readme. So trial and error are your friends here.
If you change the shader to the bundled vertex blend, all work will be lost and you can not longer paint on the mesh, again, ever. It's a frustrating exercise in madness.
Pro users are far better off saving their sanity (and hair) by looking for paid other tools on the asset store, until this plugin works reliably.
このレビューは役に立ちましたか?
1
0
JS
Works as advertised
13 years ago
Jason Steel以前のバージョン 1.1 で
This plugin is fairly easy to use.
It would be nice if it automatically entered painting mode when selecting an object (assuming the vertex paint window is open)
For those saying "only Set All To Chosen Color works," that is generally true if the model you are working on does not have UV data.
The accompanying shader used to display vertex colors seems to require UV data. Is it possible to rewrite the shader so it can display color without that information?
このレビューは役に立ちましたか?
0
0
As Ivan Vaello already said, we should use localScale. To fix this bug just change one line in VertexPainter.cs:
float sqrMagnitude = (vertices[i] - pos).magnitude;
TO
float sqrMagnitude = (vertices[i] - pos).magnitude * currentSelection.transform.localScale.magnitude;
and it will work just fine!
このレビューは役に立ちましたか?
0
0
高品質なアセット
11,000 種類を超える 5 つ星アセット
信頼がある
8.5 万人以上の顧客による評価
コミュニティが支持
10 万人以上のフォーラムメンバーが支持
言語選択
Copyright © 2026 Unity Technologies
全ての表示価格には消費税は含まれていません