Kylemc1413 / SongCore

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

Main Thread Fixes for Debugging + a small touch #76

Closed Auros closed 2 years ago

Auros commented 2 years ago

This PR pushes some things onto the main thread that SHOULD be on the main thread. This way, debugging using the unity profile will work. Also, I made it so the word "song" is singular if there is only 1 song installed (cause I only have one song installed and it was bothering me).

Meivyn commented 2 years ago

Seems like there is still this missing.

image

I suppose that it's complaining about this line

https://github.com/Kylemc1413/SongCore/blob/4e267edd44bbb7aa5639ca9cc1992ae45f31e7ae/Loader.cs#L983

But I don't know how to address that myself. So just reporting.