My C# Dictionary only has Null values in it
I am creating a C# Dictionary within Unity to house the states of my Finite State Machine, as listed below.
Unity won’t allow me to assign a child object to a variable of type parent object
I am creating a Finite State Machine for use in Unity for an enemy in a game.