mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-27 21:34:38 -05:00
Merge pull request #1788 from 0b5vr/fix-migration
Fix VRM exported from MigrationVrm class (2)
This commit is contained in:
@@ -359,6 +359,11 @@ namespace UniVRM10
|
||||
{
|
||||
gltf.extensionsUsed.Add(UniGLTF.Extensions.VRMC_materials_mtoon.VRMC_materials_mtoon.ExtensionName);
|
||||
}
|
||||
|
||||
if (!gltf.extensionsUsed.Contains(glTF_KHR_texture_transform.ExtensionName))
|
||||
{
|
||||
gltf.extensionsUsed.Add(glTF_KHR_texture_transform.ExtensionName);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user