I created a BP that allows player character to open level map and go to another map. All items are gone and I can’t open any widgets. I apologize for my language. Thanks you.
I created a BP that allows player character to open level map and go to another map. All items are gone and I can’t open any widgets. I apologize for my language. Thanks you.
It’s because a totally fresh player gets spawned in the new level.
If you want to keep everything, you have to save details of what the player had in the game instance, and add everything again ( in the player code ) when the new level begins.
Thanks you. I will try. ^^