public static string FormatListener(MonoBehaviour listener) { return string.Format("{0}/{1}", listener.gameObject.name, listener.GetTypeName()); }