KhronosGroup / UnityGLTF

Runtime glTF 2.0 Loader for Unity3D
MIT License
1.84k stars 490 forks source link

Feature: Resource Deduplication on import #772

Closed pfcDorn closed 2 months ago

pfcDorn commented 3 months ago

New Import Options: Resource Deduplication for Meshes and Textures

Searches for identical Meshes/Textures on import and remaps/replaces the corresponding id's. For referenced images by URIs, only the URI will be taken for comparision, not the image data inside the files.

hybridherbst commented 2 months ago

Merged into dev, saw too late that the PR targets main (make it target dev next time please!)