Versions with this page:
Versions without this page:
El AudioSource adjunto a este GameObject (Lectura solamente). (Null si no hay uno adjunto).
using UnityEngine;public class Example : MonoBehaviour { void Start() { gameObject.GetComponent<AudioSource>().Play(); } }