This question has been asked before, but a workaround was not found (that I have come across in my searches). I have an object that chases the player around the screen. This object is constantly getting stuck on solids. These solids are necessary, in my case anyway, for the player to be not falling off everything. People in other posts have asked for a fix for this in the past, but a fix was never implemented. Aside from having a zillion different solid objects (instead of just instances of a single object), which would make for a bigger file size, and that would need turned on and off all the time, what is a workaround for this? This really seems like something that should be built into the engine but never was. I pretty much just want an enemy that kind of floats around the screen, ignoring everything except the player. The player has to navigate various platforms and ladders to evade.