【Unity】uGUI でゲーム中に高機能なカラーピッカーを表示できる「HSV-Color-Picker-Unity」紹介

はじめに 「HSV-Color-Picker-Unity」を Unity プロジェクトに導入することで uGUI でゲーム中に高機能なカラーピッカーを表示できるようになります 使用例 使い方 「Picker 2.0」プレハブをシーンのキャンバス内に配置します public class Example : MonoBehaviour { public ColorPicker picker; private void Awake() { …