English
Appearance
GameObject.name
GameObject
The name of the current object.
string
let go = new GameObject("test"); Debug.Log(go.name);