Simple example, allows editing in Inspector non-debug mode:
[System.Serializable]
public struct NPCImgs
{
[SerializeField] public Sprite[] Img;
}
public NPCImgs[] CharSprites;
↧