refiaa / MeshDecimater_Unity

Unity3D GUI plugin to provides mesh decimate function by using UnityMeshSimplifier
https://yuraaaa.booth.pm/items/5824000
MIT License
1 stars 0 forks source link

SubMeshRendering Problem in apply decimate #7

Closed refiaa closed 5 days ago

refiaa commented 1 week ago

The issue arises when applying the mesh decimation in Unity.

Currently, the preview system for decimating meshes adds the same preview material to all sub-meshes of the object in order to visualize the wireframe and polygon reduction.

However, when the decimation is applied, the original materials of the sub-meshes in the scene are being replaced by the preview material.

refiaa commented 1 week ago

sub mesh関連の問題は一応解決済み

ただ、decimateしたmeshは、VRC上にアップロードするとなぜか消えてしまっている。 何かの条件が足りないから表示されなくなったのか?

Sceneでは消えてなかったし、Gameもphys bone含めて定常動作