How can I save data across new game?

I didn’t know how to say it in the title, but how can I save a profile and keep the setting across opening and closing the game?

You need to call GameObject.DontDestroyOnLoad( this ) at Start() or Awake() on your profile object script that you want to keep throughout your game.