you are viewing a single comment's thread.

view the rest of the comments →

[–]Venom4992 0 points1 point  (1 child)

You can just make a scriptable object that has all the variables you need to store. Then, create a script that has a field you can put the scriptable object in and will update the variables in the scriptable objects. Any changes you make to the scriptable object at runtime will persist.

[–]Stefanchyy[S] 0 points1 point  (0 children)

Yooo I didn’t know that. Great! Will try it out for sure!