// void Awake() // { // // } // void OnEnable() // { // // } // void Start() { Debug.Log("1234567890"); Debuger.LogFormat("123{0}", 4); }