I wantedwant to have a serialized field with aan array of gameobjectsgame objects for each item in a global enum., like this:
public enum MyEnum
{
Item1,
Item2,
Item3
};
And having inhave a monobehaviourMonoBehaviour script present something presented as thatlike this in the inspector:
I can't find proper documentation or example to make this work.
Thanks in advance.
