facebook twitter hatena line email

Unity/角丸ボタン

提供: 初心者エンジニアの簡易メモ
2021年7月30日 (金) 00:12時点におけるAdmin (トーク | 投稿記録)による版 (ボタンの色を変更)

移動: 案内検索

角丸ボタンを作る

shapes2dをインストール

assetstoreからinstallする

https://assetstore.unity.com/packages/tools/sprite-management/shapes2d-procedural-sprites-and-ui-62586

作れるサンプル確認

Shapes2D/Demos/Showcase/Showcase.unityを選択して確認。

作り方

  1. 適当なUI/Buttonを設置する
  2. ボタンのinspectorのAddComponentからShapeを追加する
  3. Roundnessにボタンの高さの半分を入力すればできる

ボタンの色を変更

  1. ShapeのFillTypeをSolidColorへ変更
  2. ShapeのFill Colorを選択する

背景画像入ボタンへ変更

  1. ShapeのFillTypeをTextureへ変更
  2. FillTextureに画像を入れる

参考

https://note.com/hikohiro/n/n9100eae28208