Hi community,
I have been using Pixi js for some time now, absolutely love it.
I am using their latest version 4.3.4 and notice in Google Chromes Console there is 256+ Warnings looking like this:
My world is currently 2000x2000px, with roughly 200 sprite objects in it (pretty tiny really)
I have tried:
removing all of my pixi Graphics objects, the warnings still show
commenting out all of my world sprites, the warnings still show
commenting out all of my player sprites, the warnings still show
There is a performance degradation if the browser loads the game loop prior to the warnings finished, probably because of a race condition with the Web Socket requests.
Any help would greatly be appreciated!