using UnityEditor; [CustomPropertyDrawer(typeof(UnitBoneDictionary))] public class UnitBoneDictionaryDrawer : SerializableDictionaryPropertyDrawer { } [CustomPropertyDrawer(typeof(UnitReferencePointDictionary))] public class UnitReferencePointDictionaryDrawer : SerializableDictionaryPropertyDrawer { }