For the past hour or so now I've been trying to get this music to work. For some reason it won't play and I have no idea why. When I use a different ogg instead of the current one, it works fine so I don't think there's a problem with the script. Here it is just in case:
void OnEnter()
{
PlayMusic("Outside.ogg", true, 0.8, 1, 1, true);
}
Attached is a picture of the 3 ogg files I'm using. "IntroMusic" works fine, but "Outside" and "Carriage" don't. Is there something that could cause this?
Capture.PNG (Size: 7.98 KB / Downloads: 170)
Thanks,
- ElectricRed