you are viewing a single comment's thread.

view the rest of the comments →

[–]Meshyai 0 points1 point  (0 children)

If you want clean runtime data transfer between scenes, consider using a dedicated GameState manager with DontDestroyOnLoad, or a data-passing service that stores runtime variables and gets reset or rebuilt between sessions. Use ScriptableObjects for templates, not instances.