Search found 2 matches

by dcoley13
Fri Aug 25, 2023 11:59 am
Forum: Support and Development
Topic: [solved] Large number of unused assets in game directory still slows down game
Replies: 3
Views: 1480

Re: Large number of unused assets in game directory still slows down game

Hey Ivan, Thanks for the quick response. Your profiler came in handy and I was able to track the culprit: I was using the lurker module for hot reloading during development. Lurker is the one scanning the game directory for changes and (unknown to me) skips over directories that begin with ".&q...
by dcoley13
Fri Aug 25, 2023 1:43 am
Forum: Support and Development
Topic: [solved] Large number of unused assets in game directory still slows down game
Replies: 3
Views: 1480

[solved] Large number of unused assets in game directory still slows down game

So I encountered this issue today and potentially solved it already, but want to know why, and if it was known behavior or documented somewhere that I've just missed... I have a large number of .json files in my game directory that contain some pre-computed lookup tables for the results of analysis ...