Is it possible to add music to the splash screen? If not that’s alright just wondering. Would be nice for my game as i have some of the music and am actually writing and recording it myself with my friends and wanted to have some of it on the splash too
If you mean Unity’s built-in splash screen, I’m afraid that is not possible.
That said, in Unity 6, you can disable the built-in splash screen and create your own instead - just make a scene which displays your logos/titles and also has an AudioSource/AudioListener for playing your music, and add it as the first scene in the scene list for the build.