Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Asset Forge

Create your own 3D models and 2D sprites! · By Kenney

Opening and closing Asset Forge many times causes it to get very laggy

A topic by Chaonic created 44 days ago Views: 169 Replies: 2
Viewing posts 1 to 2

So I've been creating my own pack of assets to use in Asset Forge.
Under normal use, one would probably not encounter this, but I just happen to edit my assets, open Asset Forge, rinse and repeat dozens of times. I don't know how or why, but every time the program opens up, it goes a bit slower.

While doing so, I've also been able to replicate the "clicking acts like dragging the mouse" bug.

Rebooting Windows fixes the issue, which is.. an annoying step.


Thank you very much! :)

(1 edit)

Thank you for the tip on rebooting windows. That seems to work for me as well. My use case is somewhat similar to yours. I open Asset Forge, create a bunch of assets, export, import, repeat. Definitely wish we didn't need to do this. Asset Forge is a great tool. I wonder if the cause is a memory leak or something?

Hey! So my intuition is that somewhere there are temporary files saved. It could be anything from all files that are used by the program or it could be only stuff like icons. I think that anytime the program loads up, it generates a set of files, saves them to a folder and loads everything that is in that folder. I think this would happen somewhere the operating system cleans up after a restart. Something like a cache dump place for quick access of recent files. I don't have any other possible explanation for this, as a memory leak would simply cause more and more stuff to be loaded into memory after a while. I can even imagine it being some file with a list of assets. And each time you run it, it simply adds more entries to the list instead of generating the list again. And then in the main function of the program, it checks the list at every tick. With the list getting longer every time the program restarts, that could seriously slow down the entire process. That's something a super heavy PC with little assets added to the program may not experience for a long time or not at  all. But someone who adds as many of the kenney packs to the Asset forge as possible and then starts adding their own may end up getting there much faster.

Also, I found that logging out of your account on your PC and logging back in works just as well as a full reboot, and takes much less time. But I seriously hope we get some sort of fix for this in a future update.