mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-11-12 23:32:42 -05:00
Improve mesh loading
This commit is contained in:
@ -256,6 +256,8 @@ namespace AssetStudio
|
||||
var mesh = GetMesh(meshR);
|
||||
if (mesh == null)
|
||||
return;
|
||||
|
||||
mesh.ProcessData();
|
||||
var iMesh = new ImportedMesh();
|
||||
meshR.m_GameObject.TryGet(out var m_GameObject2);
|
||||
iMesh.Path = GetTransformPath(m_GameObject2.m_Transform);
|
||||
|
||||
Reference in New Issue
Block a user