Clearing project's cache in Godot
I have found useful and interesting PR (that finally has not been accepted) that clears projects caches. Usually it is not a frequently use feature but when you write a lot of addons like me, it can sometimes help to solve some magic problems - it is now part of my Godot fork. I made only small improvement to the original implementation - in my way, this options are accessible with right-click context menu.

Comments