【Unity】Inspector 内に他オブジェクトの Custom Inspector を表示する PropertyAttribute「EmbeddedInspectorAttribute.cs」紹介

ソースコード 使用例 using RedBlueGames.Tools; using UnityEngine; public class Example : MonoBehaviour { [EmbeddedInspector] public RectTransform target; } 関連記事