Kylemc1413 / SongCore

A plugin for handling custom song additions in Beat Saber.
MIT License
87 stars 48 forks source link

Couple of fixes for `Loader` and cleanup #130

Closed Meivyn closed 8 months ago

Meivyn commented 8 months ago

This fixes an issue where the loader would continue loading songs when switching scenes, which could result in a huge memory leak due to GC being disabled in songs. It also would resume the loading when it gets cancelled, after the player transitions back to the main menu.