I have been updating my post Editor Scripts 🔥: Alpha Release - #38 by Jerakin but it’s getting quite burried so I decided to move them into new topic, I will update this topic with any extensions I create.
editor-script-atlas
- Add any number of images to the selected atlas.
- Add any number of images to the selected atlas, as an animation.
- Create a new atlas from the selected images.
- Create a new atlas from a selected directory.
- Remove duplicated images from an atlas.
editor-script-templates
Define your own template files and create them from the file context menu. Use this create default files such as lua modules that have all your basic setup already made in them, such as requiring your utils libraries.
editor-script-extra-locations
Add locations to which you can browse to within the engine. Use this to add locations to things such as save files to easily remove them.
editor-script-align
Visually align gui nodes and to some degree game objects. You can find it under the Edit menu.
https://github.com/Jerakin/editor-script-align/blob/master/.github/align.gif?raw=true
editor-script-distribute
Visually distribute gui nodes and to some degree game objects. This tool takes your selection finds the min and max and distributes any other nodes in between these nodes. You can find it under the Edit menu.
editor-script-dependencies
Editor script to update your defold dependencies. Open it through the Edit menu. It might take a couple of seconds for it to open due to the http calls.
Due to there not being asynchronous http calls it’s a bit slow. See it more as a proof of concept.
Edits:
2026-03-14: (Defold 1.12.3+) editor-script-align and distribute can now take parent into consideration!
2025-11-14: Replaced old dependency check with the new gui version.
2024-03-09: Added editor-script-templates and editor-script-extra-locations
2024-03-10: Added a feature to atlas to enable you to add the selected images as an animation.
2025-06-10: Added features to atlas to create from directory and remove duplicated images from an atlas.