SuperArjunaNose / TLEPodcast

Scripts folder and issue tracker for Thoughts from the Level Editor podcast
GNU General Public License v3.0
0 stars 0 forks source link

Load type and functionality questions #1

Open SuperArjunaNose opened 6 years ago

SuperArjunaNose commented 6 years ago

The podcast clips have their Load Type set to "Decompress on Load", which is not ideal for long audio clips like these (they sit uncompressed in memory, and for a multi-hour podcast episode it could get crowded esp. on mobile), but we can't rewind the clips without setting them to that type.

PROPOSED SOLUTION: Uncheck the "Preload Audio Data" box and and handle loading and unloading with trigger colliders when the player enters and exits. Could be a real level design problem.