Apparently I was using a custom GameInstance class and that was the cause of the problem (even though I made sure to call the StartGameInstance() ). When I refactored my code and removed that class everything worked ok.
1 Like