decentraland / editor-sdk6

VSCode extension for Decentraland SDK6
https://marketplace.visualstudio.com/items?itemName=DecentralandFoundation.decentraland
MIT License
3 stars 0 forks source link

fix: GLTF preview with multiple files #72

Closed cazala closed 1 year ago

cazala commented 1 year ago

This PR adds other files in the same directory to the contents of the GLTF preview, so if a GLTF loads some external files (like textures) they can be loaded. Without that change, the only files that could be previewed were GLB files were everything was bundled in a single file.

Fixes #71