I use www.GetAudioClip() to get song and play when game (Android mobile game) start. my issue is it get 3s delay to play song. My suggest is add some loading screen before start game and game start after www.GetAudioClip() get song and play. its there any way to play song same time that game start?? i’m new to unity3D .if some can help me with this. It’s big help . Thanks Supun
Create an empty gameObject and use this script to play the audio after a certain amount of time.
The gameObject spawns on game load and the runs the script where it waits to play the audio.