Find Defold editor scripts here and install them with one click into your project. Assets are downloaded as files into a folder you choose. Each asset is placed in a subfolder named after the asset (e.g. set_bootstrap_collection).
Project → [Asset Store] Assets in the menu, then select Editor Scripts.
You can set the Installation Folder in the store (default: /editor_scripts). The asset is installed as:
<Installation Folder>/<asset_id>/
Example: with folder /editor_scripts, the asset Insality/set_bootstrap_collection is installed to /editor_scripts/set_bootstrap_collection/.
Each installed asset has a <asset_id>.version file in its folder. The store uses it to detect the installed version and offer updates. When you update an asset, the entire asset folder is replaced; any local changes in that folder will be lost. Keep your project under version control (e.g. GitHub).
Publishing uses the same manifest format as all folder-type stores. See Publishing Folder-Type Assets for the full JSON structure, required and optional fields, and examples.
For this store, add your asset under:
editor_scripts/<Author>/<AssetID>/
Example: editor_scripts/Insality/set_bootstrap_collection/ with set_bootstrap_collection.json and your .editor_script file(s) in that folder.