I’m using MediaPlayer.Load(File.DirAssets, "sounds/test.mp3") to load an MP3 file that I placed inside a subfolder (sounds) under the Files tab.
In Debug mode, everything works fine — the media file is found and plays.
However, in Release mode, I get a FileNotFoundException, and the audio doesn't play.
attached test projrct


attached test projrct