This commit is contained in:
2025-05-12 05:45:47 +09:00
commit baad042ce7
138 changed files with 7620 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# vrm4u
https://github.com/ruyo/VRM4U/issues

View File

@ -0,0 +1,8 @@
# customで衣装の半分が灰色になる
普段の衣装ではライトの加減で服に変な影がうっすら浮き上がる問題がありました。
これを解消するために`type:custom(MI_PostToon)`を当てましたが、customにすると衣装の半分が灰色になる問題が出ました。
これを解消するためにはcustomの`/custom/SK_${model}`に設定されているmaterialを編集し、`MI_PostToon`から`/Plugins/VRM4UContents/MaterialUtil/UE5/Material/MI_VrmMToonOptUnlitOpaque`に切り替えると解消されました。