Unidad Cómo obtener los atributos de un gameObject

GameObject obj;
var i = obj.GetComponent<NameScript>();
i.NameOfAttributeLikeThis;
Henks Cane