Versions with this page:
Versions without this page:
Прикрепленный AudioSource к данному GameObject'у (Read Only). (null, если компонент не прикреплен).
using UnityEngine;public class Example : MonoBehaviour { void Start() { gameObject.GetComponent<AudioSource>().Play(); } }