How to change game instance during level change?

How to change game instance during level change?
i need to change my game instance to another game instance
how to do that by blueprint?

because my game instance hard references to player controller.
and my player controller hard references to character.
so my character is huge and i can’t package my game under 150MB android requirements.
any solution about change game instance?

You can’t change game instance. You select in once in the Project Settings and there can only be one.
You can use Game Mode instead. A separate Game Mode can be set for every level.

6 Likes