清理缓存功能
调用如下接口:
local writablePath = FileUtils.GetWritePath()
local updatePath = self:PathCombine(writablePath, "update") -- 见VersionUpdateControl代码
FileUtils.RemoveDirectory(updatePath, true)
PlayerPrefs.SetString("gameVersion", "")
PlayerPrefs.Save()