mirror of
https://github.com/maxartz15/VertexAnimation.git
synced 2025-06-14 15:16:10 +02:00
Added bounds.
This commit is contained in:
@ -113,6 +113,7 @@ namespace TAO.VertexAnimation.Editor
|
||||
|
||||
foreach (var m in meshes)
|
||||
{
|
||||
m.bounds = bakedData.mesh.bounds;
|
||||
m.Finalize();
|
||||
AssetDatabase.AddObjectToAsset(m, this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user