I’m building a game for Unity iPhone.
There are 2-3 background music tracks (occupying 3d space.)
The “compressed in memory” has a fairly large memory footprint. As a solution, Unity docs suggest using “stream from disc.” However, when viewing in the profiler, Audio Memory has grown to roughly 3-4 times the original size.
Any recommendations?