xyonico / BeatSaberSongLoader

A plugin for adding custom songs into Beat Saber
MIT License
238 stars 38 forks source link

Special symbols in song path like '#' makes the song assets inaccessible #6

Closed xyonico closed 6 years ago

xyonico commented 6 years ago

URL encoding the file path may fix it, since I'm using the WWW class to read a local file.

SagsMug commented 6 years ago

I fixed it in unrelated pull request by using Uri with AbsoluteUri as the methods in HttpUtility with path encoding didn't work Its in #9

xyonico commented 6 years ago

Fixed in refactoring branch.