#UnityTips Use Auto-Implemented Properties!
For an auto-implemented property in C#, the compiler creates a private, anonymous backing field accessed only through get and set accessors of the property.
C# supports this since version 3.0 👇 #coding #indiedev #gamedev pic.twitter.com/XP4HpWh6n9
— Binary Impact (@BinaryImpactG) July 5, 2022