decentraland / builder-client

Apache License 2.0
3 stars 5 forks source link

[BUG] Detecting SW files #61

Closed cyaiox closed 1 year ago

cyaiox commented 1 year ago

When loading a .zip SW file that contains a few folders inside, e.g.: Private Zenhub Image

The handleZippedModelFiles method doesn't detect the scene.json and wearable.json files correctly, so it returns the wearable without the scene.json references.

Tasks:

cyaiox commented 1 year ago

Fixed in: https://github.com/decentraland/js-sdk-toolchain/pull/714