Sprites not visible

When I load my game anything with a sprite isn’t visible. Base color background are vilible but that’s it. I know the objects exist. I use game maker studio 2. I looked at the asset cache earlier so that may be part of it. Anyone have solutions to make sprites visible?
 

Yal

🐧 *penguin noises*
GMC Elder
Try clearing the asset cache so it's forced to be rebuilt (the broom icon next to Test Play and Debug), this usually fixes issues like this.
 
P

ParodyKnaveBob

Guest
Also, do your objects tell the instances to draw something manually, such as "text above heads" kind of stuff? If so, that will override any automatic sprite drawing, and you'd need to add draw_self() yourself.

Regards,
 
Top