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?