Hi everyone, I have a question, I think there maybe a question like mine posted somewhere, I tried to find but can't have a good answer.
In my scene, I have a lot of picture, I use Sprite.fromImage to load those picture instead of PIXI.loader because my pictures don't load at the first time.
Because of many pictures, so my scene has very low FPS, I think it probably because I load directly raw picture from path. Does anyone know can advise me anyway to fix this.
Thank you!