I’m wondering whether it is possible to prevent Codea from printing warnings when using asset strings instead of asset keys. Ever since I’ve updated Codea to its latest version, the framerate of my game has dropped significantly and I suspect that it is due to the fact that this warning is printed to the console for multiple sprites in every frame.
I’ve now replaced many of the asset strings with asset keys and it’s at least playable again. Before doing this, Codea would crash shortly after running the project. Nevertheless, it would be useful to prevent this warning from being printed or at least only have it printed once. Is this already possible and if not, could this be implemented in Codea? @sim