decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

Support assets on libraries. #274

Open gonpombo8 opened 2 years ago

gonpombo8 commented 2 years ago

Review a way to upload assets ( i.e. images ) in an easy way to sdk libraries, and find a way to import them automatically when u install the library at the scene

menduz commented 2 years ago

Proposal 1:

Add Assets.dcl file, that file will be used as a negative version of the .dclignore, manually specifying files there would include them in the deployment.

Also, files can be added there automatically using postinstall scripts or dcl install

# Assets.dcl
node_modules/@dcl/ui/assets/test.png