Search found 1 match

by exejutable
Wed Mar 27, 2024 4:10 am
Forum: General Discussion
Topic: Singleton load and save scriptable object between scenes
Replies: 1
Views: 4184

Singleton load and save scriptable object between scenes

This is my singleton class DataPersistenceManager in my main scene. When i switch to another scene OtherSceneClass im using as example this class, i load the settings data then do some modifications and call again SaveSettingsFile public class DataPersistenceManager: MonoBehaviour { [SerializeField]...