I didn't know when I was developing on a PC.
After exporting to mobile, I checked on the mobile device and found that SVG loading was very slow.
In the game I'm making, 80 different SVG images are used on one screen.
The screen pauses for a while before moving to this layout. (3~4 seconds)
As I would expect, the process seems to wait until all the SVG files are loaded into memory.
Because I put spinners for UX.
However, the spinner also stops working before moving the layout...
Are there any good alternatives?
You can move any image to Sprite, but it's very cumbersome.