Skip to content

bugttle/OnionRingCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onion Ring for C#

Open [Window] > [Onion Ring Sample]

以下のQiitaでの記事を元に、Unityで使いやすくするためにC#で書きなおしたものです。 kyubunsさん、良いプログラムをありがとうございます。

自動で9 sliced sprite(9 patch)画像を生成してくれるモジュール作った http://qiita.com/kyubuns/items/cb01f926966b51a5501c

プログラム例 

var before = "Assets/Sample/Resources/before.png";
var after = "Assets/Sample/Resources/after.png";

var border = OnionRing.Run(before, after);
Debug.Log(border.ToString());
  • before image

  • after image

Support for Unity 4 and Unity 5.

使用画像

https://pixabay.com/ja/矢印-戻る-前-アイコンを-シンボル-ビジネス-記号-デザイン-42915/

About

Onion Ring for C#

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages