aardvarkxr / aardvark

A platform for AR in VR
BSD 3-Clause "New" or "Revised" License
182 stars 20 forks source link

Aardvark is unresponsive when an asset isn't able to be loaded #181

Closed JaredMonkey closed 3 years ago

JaredMonkey commented 3 years ago

I'm able to repro this on my machine when an asset isn't able to be loaded (like if I've started my server without the correct CORS flags on my local dev environment) like a GLB.

Aardvark will go unresponsive, and if I hover over the scanner, I'll get haptic events that fire whenever I'm intersecting the scanner.

JoeLudwig commented 3 years ago

What context did you have an invalid model in?

JoeLudwig commented 3 years ago

Possibly fixed in 1.5.4? If it's still happening, let me know what node type has the bogus URL and I can get that one fixed up too.

JaredMonkey commented 3 years ago

Tested in 1.5.4. Confirmed fixed!