Hello! I need help with 2 things please.
1. When I start a new level and change the world settings to BP_ClassicGameMode and test in play editor I can’t move at all? I added a screenshot.
2. How do I make my female character default to start from a level I choose instead from the Main Menu because the male character is always the default?
Hello! I need help with 2 things please.
1. When I start a new level and change the world settings to BP_ClassicGameMode and test in play editor I can’t move at all? I added a screenshot.2. How do I make my female character default to start from a level I choose instead from the Main Menu because the male character is always the default?
Hey, The first camera Switcher in each level must have the IsPrimaryCamera flag enabled so it is set as the default camera. For your other question, if you want your character to be female, set the GenderIsMale variable to false in BP_ClassicGameInstance.
