using UnityEngine; public class sound_delay : MonoBehaviour { private void Start() { GetComponent().Play(100200uL); } private void Update() { } }