Kylemc1413 / SongCore

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

[Bug] User defined WIP folders are broken on 1.35 #137

Closed anothershad closed 5 months ago

anothershad commented 5 months ago

SongCore v3.13.0, title. Any maps that are contained in extra folders in folders.xml fail to load with an "Error loading data" error. Map was tested in editor, by moving to the standard CustomWIPLevels folder, and on 1.34.2 and the map works and loads fine in all scenarios. Tested with the following folder directory:

    <Name>Beat Saber New Editor</Name>
    <Path>F:\BSNewEditor</Path>
    <Pack>1</Pack>
    <WIP>True</WIP>
    <ImagePath>Example</ImagePath>
  </folder>

image

Meivyn commented 5 months ago

Thanks for pointing it out shad, looks like I might have cached the beatmap data before all the levels were actually loaded. In the meantime a soft refresh by pressing R should work for that issue.