Answers for "Create gaps / headers between variables in the unity inspector"

C#
1

Create gaps / headers between variables in the unity inspector

float variable1;
[Space] //Creates a space inside of the unity editor
[Header("This is a header")] //Creates a header inside of the unity editor
float variable2;
Posted by: Guest on October-27-2020

Code answers related to "Create gaps / headers between variables in the unity inspector"

C# Answers by Framework

Browse Popular Code Answers by Language