Save System: applySaveDataToSpawnedObjectsOnRestore not exposed
Posted: Sat Nov 27, 2021 1:54 am
For some reason, applySaveDataToSpawnedObjectsOnRestore is not exposed in the inspector.
I added SerializeField like this and now it works:
I hope that's the right fix and I didn't miss anything?
I added SerializeField like this and now it works:
Code: Select all
[Tooltip("When restoring this Spawned Object Manager, tell respawned objects to restore their saved data also.")]
[SerializeField]
private bool m_applySaveDataToSpawnedObjectsOnRestore = false;