Question when switching levels

Add a variable to your Game Instance class (for example a Boolean value) and set it’s value accordingly. For example - in my current project I detect which play pressed fire, I then set an integer value to 0 or 1 to tell the next map which player should be created.

1 Like