halsafar / BeatSaberSongDataCore

A Beat Saber Plugin that manages scraped data from various sources.
MIT License
15 stars 9 forks source link

Only load / parse data if there is any depending plugins #16

Closed kinsi55 closed 2 years ago

kinsi55 commented 2 years ago

SDC loads / parses the database on every scene transition, even if no plugins depend on it. As this slows down loads I've added a check to prevent loading if there isnt any plugins actually depending on it.

halsafar commented 2 years ago

Nice change! Thanks for this. Sorry it took so long to merge. I've had the blinders on with work and taking care of a baby. Getting into action now.