An open API service indexing awesome lists of open source software.

https://github.com/baba-s/kogane.spritebordersetupper

【Unity】スプライトの Border をコンテキストメニューから設定できるエディタ拡張
https://github.com/baba-s/kogane.spritebordersetupper

kogane-unity-lib unity unity-extension unity-extensions unity2d unity3d

Last synced: about 1 year ago
JSON representation

【Unity】スプライトの Border をコンテキストメニューから設定できるエディタ拡張

Awesome Lists containing this project

README

          

# Kogane Sprite Border Setupper

スプライトの Border をコンテキストメニューから設定できるエディタ拡張

## 使い方

![2020-04-22_224039](https://user-images.githubusercontent.com/6134875/79989236-98439100-84ea-11ea-942d-05832aec5a0a.png)

Border を設定したいスプライトを右クリックして「UniSpriteBorderSetupper >
選択中のスプライトの Border を自動で設定」を選択すると

![2020-04-22_224149](https://user-images.githubusercontent.com/6134875/79989232-97aafa80-84ea-11ea-8abe-d51f06f8f926.png)

指定したスプライトの Border が自動で設定されます

![2020-04-22_224203](https://user-images.githubusercontent.com/6134875/79989235-98439100-84ea-11ea-8648-9b7e5226ff0e.png)

複数のスプライトを選択してコマンドを実行することもできます

## 謝辞

* 「UniSpriteBorderSetupper」は下記の OSS を使用させていただいております
* [OnionRing](https://github.com/kyubuns/OnionRingUnity)