This makes no sense to me. Firstly he says to use Transient to disable serialization. However then gives an example using CurrentHealth, which goes up/down through game play. When the player stops playing, wouldn’t you want to serialize CurrentHealth so it can be restored latter when they continue playing from where they left off. You wouldn’t load the game with the player back at MaxHealth.
3 Likes