What should I do when I play go to new level map and all of my character's items disappear?

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. ^^

1 Like