Loading hitch when loading large assets at runtime?

Hi!
You can load the texture async but it will not help. The hitch is caused by a WebGL call (to my best knowledge) which can’t be avoided. You can create your textures on startup however.

You can see here that you can move the camera without stuttering while the texture is downloading but the movement skips when the texture is created in the WebGL context.

2 Likes