algernon-A / Lifecycle-Rebalance-Revisited

Apache License 2.0
14 stars 4 forks source link

Move configuration file saving to game load #1

Closed algernon-A closed 4 years ago

algernon-A commented 4 years ago

The 'Instant Return To Desktop' kills the game without calling OnReleased() and OnLevelUnloading() methods (and also without allowing any in-progress saves to complete).

To allow for this behaviour, the configuration file-related actions currently within OnReleased() should be moved to game load - probably OnLevelLoaded().

algernon-A commented 4 years ago

Fixed by 6cdaeaabbb234f21c14e0235ba6938e3a4f0991e