Hello,
I’m curious about which feature of Unity allows me to store information across scenes. For example: I have scene1, scene2 and scene3, and i have an array containing all complete levels, along with the information (time taken to complete level, etc.). How do i share that information between all scenes, including mainmenu as well?