Versions with this page:
Versions without this page:
El game object que tiene este componente adjunto. Un componente siempre está adjunto a un game object.
using UnityEngine;public class Example : MonoBehaviour { void Start() { print(gameObject.name); } }