cara menambahkan header ke skrip dalam persatuan

// A simple header with some example variables.
[Header("My Header")]
public string myString;
public bool myBoolean;
public int myInteger;
public float myFloat;
Ditzy