CobeyH / Leora

2D Moth Puzzle Game written in Unity
4 stars 1 forks source link

Improving Level Select Load #269

Closed CobeyH closed 1 year ago

CobeyH commented 1 year ago

Decreasing the load time for the level selection page by changing the compression formats for game sound. Music files are no longer loaded into memory preemptively and are instead streamed from disk when they are needed. Other sound effects have been changed to "compressed in memory" if they aren't used very often. Resolves #250