ExpandableΒΆ

Make scriptable objects expandable:

public class NaughtyComponent : MonoBehaviour
{
    [Expandable]
    public ScriptableObject scriptableObject;
}
../../_images/Expandable_Inspector.png