Compare commits
1 Commits
jym/250613
...
jym/250613
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13757fde02 |
@@ -244,6 +244,9 @@ namespace Studio.Manage
|
||||
|
||||
foreach (var mf in meshFilters)
|
||||
{
|
||||
if (mf.sharedMesh.isReadable)
|
||||
continue;
|
||||
|
||||
if (mf.sharedMesh != null)
|
||||
{
|
||||
int tris = mf.sharedMesh.triangles.Length / 3;
|
||||
@@ -253,6 +256,9 @@ namespace Studio.Manage
|
||||
|
||||
foreach (var smr in skinnedRenderers)
|
||||
{
|
||||
if (smr.sharedMesh.isReadable)
|
||||
continue;
|
||||
|
||||
if (smr.sharedMesh != null)
|
||||
{
|
||||
int tris = smr.sharedMesh.triangles.Length / 3;
|
||||
|
||||
Reference in New Issue
Block a user