I want to record all the sounds / music from my own Unity project. Is there a way to do this?
Do you mean record the sounds when you’re playing? What platform are you on? On Windows you could use for the sake of simplicity Audacity for the recording. Just play the game and press record. Depending on your sound setting you might need to choose input source in Audacity. If you’re on another platform, it should be similar, just choose some recording app on your unit.
I’m on android.
I think i’ve found the solution: https://forum.unity.com/threads/writing-audiolistener-getoutputdata-to-wav-problem.119295/
Testing it right now and stuck on another problem: I cannot write a file to this location:
/storage/emulated/0/Android/data/com.DefaultCompany.unityminimal/files/rec.wav
Added android manifets permission, still no success. Any ideas? To what location on Android can I write a file from unity?
Did you check first that the directory exists?