【Defold】複数のテクスチャを選択してアトラスを作成できる「editor-script-atlas」エディター拡張アセット

Defold

「editor-script-atlas」アセットは、アトラスに画像を追加し選択した画像から新しい画像を作成するためのエディタースクリプトです。

アセットページ

editor-script-atlas
Editor script to add images to an atlas as well as create a new one from selected images.

ライブラリのURL

https://github.com/Jerakin/editor-script-atlas/archive/master.zip

依存するライブラリ

なし。

使い方

アトラスにまとめたいテクスチャを assets から選択して右クリック → 「Create New Atlas…」を選択します。

これでテクスチャアトラスが作成されます。

まとめ

シンプルな機能なため、エディタースクリプトの実装方法のサンプルに丁度良いと感じました。

お知らせ