Anton
Results
2
comments of
Anton
Please update `flat-cache` to the newer [6.1.x version](https://www.npmjs.com/package/flat-cache) that supports setting cache directory using `cacheDir` and set it to some meaningful value - relative to current directory, or project directory,...
@jidekrm A bit more nice way is to add check `if (!EditorApplication.isPlayingOrWillChangePlaymode)` before `AssetDatabase.Refresh()` call, because thsi annoying thing happens when you start playmode. Don't know when this property was...