LPGameDevs / EditarrrPublic

Public repo for level editor tools in Unity
MIT License
11 stars 2 forks source link

By yanniboi: Track totalScores and totalRatings locally when updated. #205

Closed yanniboi closed 1 year ago

yanniboi commented 1 year ago

This change locally caches all the totalScores and totalRatings for all levels in the LevelLoader, and if the level browser is opened it checks all the remote levels to see if they are different to the cache. If they are different the local level save is updated.