using UnityEngine; using Sirenix.OdinInspector; using System.Collections.Generic; [CreateAssetMenu(fileName = "StoIntSpr", menuName = "Scriptable Object/IntSprite", order = 1000)] public class StoIntSpr : SerializedScriptableObject { public Dictionary datas = new Dictionary(); }