11,000 種類を超える 5 つ星アセット
8.5 万人以上の顧客による評価
10 万人を超えるフォーラムメンバーが支持
すべてのアセットを Unity が審査済み
130件のうち 1 - 10を表示中
ユーザーレビュー
表示順
m
Very Good!
a month ago
meepalasheep_unityバージョン 2.02 で
Good asset! Using it for my game and UGC stuff!
このレビューは役に立ちましたか?
0
0
L
Works fine. Android require some work.
7 months ago
LaserJaguarバージョン 2.02 で
Works fine, sometimes objects are mirrored.
To run it on Android - you first need to have correct path to the file, which may be a problem because there are two different types of paths - one starts with:
1. content://com.android.externalstorage.documents...
and the other is:
2. /storage/emulated/<userid>/Android/data...
So you have to keep an eye on it, check correctness with debug. If you know the correct "/storage/..." path - you cool, just use it. However modern Android philosophy preferred the first one and most likely you will get it.
If you are using Runtime File Browser asset from the store - you will get the first type of path to the file. To make it work you have to parse it into second or create your own stream with Runtime File Browser helpers. Let's say path is objPath, then:
byte[] fileBytes = FileBrowserHelpers.ReadBytesFromFile(objPath);
Stream stream = new MemoryStream(fileBytes);
GameObject loadedObject = new OBJLoader().Load(stream);
Also you have to include Standard (Specular setup) shader into project settings->Graphics->always included shaders but this will increase build time and apk size, so it is better to create simplest possible shader for your render pipeline with only 1 variant and include it instead. Change shader name from "Standard (Specular setup)" to yours in OBJLoaderHelper.cs and in MTLLoader.cs
このレビューは役に立ちましたか?
2
0
W
Works with URP
a year ago
Wompscepterバージョン 2.02 で
Fantastic resource.
For those who are wondering how to use it with URP, go into MTLLoader.cs and switch out the "Standard (Specular setup)" shader with the "Universal Render Pipeline/Lit" shader
このレビューは役に立ちましたか?
4
0
高品質なアセット
11,000 種類を超える 5 つ星アセット
信頼がある
8.5 万人以上の顧客による評価
コミュニティが支持
10 万人以上のフォーラムメンバーが支持
言語選択
Copyright © 2026 Unity Technologies
全ての表示価格には消費税は含まれていません