Closed Benjythebee closed 2 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:
This forces me to clear my cache and disable threejs's cache with THREE.Cache.enabled = false which is not good.
THREE.Cache.enabled = false
Any ideas?
Could you provide a sandbox that reproduces the issue if it's reproducible with a sample model?
I'm closing because I cannot reproduce for some reason. Will re-open when I can do so!
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:
This forces me to clear my cache and disable threejs's cache with
THREE.Cache.enabled = false
which is not good.Any ideas?