Hey,
Over the summer, all my projects have started producing these three warnings when I launch them from the editor (with additional follow up warnings):
Which seems to imply some font (which I definitely did not add to my projects) is being pre-loaded but not used.
And sure enough they are:
After some digging, it seems to be the editor that loads it, presumably to use in statistics overlay and such…? It is the “launch.playcanvas.com/editor/scene/css/launch.css” script that loads the font files apparently. And this only happens when running the project from the editor. The files are not downloaded when running a build luckily.
I can’t remember seeing these font files before, but my guess is that they have always been downloaded when launching from the editor, and that some new update caused them to start throwing warnings. Anyone know the true answer to this? Also if they actually aren’t being used, it seems like a waste to download the files… Aand it would be sweet not to be flooded with unnecessary warnings.
(I’m using Chrome)