Just run into the same problem and realized the GameState and GameMode must be from the same “type” like GameStateBase + GameModeBase OR GameState + GameMode but no mixes - yes, it does matter
4 Likes
Just run into the same problem and realized the GameState and GameMode must be from the same “type” like GameStateBase + GameModeBase OR GameState + GameMode but no mixes - yes, it does matter