Since the Game Editor Alsa I use currently the sound and music only work in editor mode (still silent in export version), I use this method to run export with music:
1. Download pulseaudio-utils through terminal:
- Code: Select all
apt-get install pulseaudio-utils
2. Make a bash script to run the export file with text editor:
- Code: Select all
#!/bin/bash
padsp ./YourExportFileNameHere
Save it in the same directory with your export file. Name it "Runner.sh" or something.
That's all. Double click Runner.sh to run your game. You will be able to hear the music and sound this time.