What does the C# Space attribute used below achieved?
[Space(20)] Public string PlayerName;
It inserts 20 space characters as a default value into the string variable below
It inserts 20 pixels of margin on all edges around the variable inside the Object Inspector
It inserts 20 pixels of empty space below the variable inside the Object Inspector
It inserts 20 pixels of empty space above the variable inside the Object Inspector