using UnityEngine; namespace Script.UI { public static class UnityHelper { // public static T GetComponent(this Transform self, string name) where T : Component // { // self. // } } }