UI update 02

This commit is contained in:
FloatGaming
2026-06-30 21:21:30 +08:00
parent b2a1e307a4
commit f62f643cfc
1666 changed files with 211081 additions and 22799 deletions
@@ -57,7 +57,7 @@ public class uRecentGameHistory : MonoBehaviour
}
ClearEntries(previewEntries, gameHistoryParent);
cachedSongs = Resources.LoadAll<SongData>(SongResourcesPath);
cachedSongs = RuntimeResourcesCache.LoadSongsFromPath(SongResourcesPath);
var records = RecentPlayHistoryStore.GetRecords();
if (records == null)
@@ -176,7 +176,7 @@ public class uRecentGameHistory : MonoBehaviour
{
if (cachedSongs == null || cachedSongs.Length == 0)
{
cachedSongs = Resources.LoadAll<SongData>(SongResourcesPath);
cachedSongs = RuntimeResourcesCache.LoadSongsFromPath(SongResourcesPath);
}
}