I have 5 Differents level, One is my menu where you can select your world ( 4 choice ) What i want it to display the Score + The HighScore of each level on my Menu level. BUT i’m in VR so i can only display those value on an world space GUI …
But i have an problem for get the “currentlvl” because the player could select the lvl he want not in the order of the level index :/. Do you have an idea ?
Scene sceneLoaded=SceneManager.GetActiveScene();
I try something like that, but that include i need to write one Scoremanagement per level for get the number of the scene and save the score & hs for this scene in PlayerPerf, and call the scene & score by the script you told me