DontDestroyInload Problem

Hi All,

I am trying mobile game,
Can any one help me please when I use DontdestroyonLoad for loading a new scene , I have some problems, I am taking an error

Some objects were marked as DontDestroyOnLoad, but since their parent game objects were not marked as DontDestroyOnLoad they have been destroyed anyway.
If you want to keep them around, please ensure their parent is marked as DontDestroyOnLoad or make sure they are unparented before loading a new level.

When my player die, prompt Try again? for the user when user push button try again, some object such as player loaded 1,2,3… times, how can fix these 2 problems? I attached Error Screen…
can you help me please what can I do?

I’ve got this message and the fact that it doesn’t give you any clue as to what object it’s complaining about it’s impossible to figure out where the issue is. Can this message be changed to at least log the name of the gameObject(s) in question?

Thanks,
Antony.