pixiv / three-vrm

Use VRM on Three.js
MIT License
1.3k stars 110 forks source link

Cached texture fail to load #1517

Closed Benjythebee closed 2 weeks ago

Benjythebee commented 3 weeks ago

We upgraded to three-vrm@3.1.4 and three@0.169.0. Since then, on localhost, I often get this error when loading a VRM: image

This forces me to clear my cache and disable threejs's cache with THREE.Cache.enabled = false which is not good.

Any ideas?

0b5vr commented 3 weeks ago

Could you provide a sandbox that reproduces the issue if it's reproducible with a sample model?

Benjythebee commented 2 weeks ago

I'm closing because I cannot reproduce for some reason. Will re-open when I can do so!