8th Wall project loading forever

I’m using a Depthkit template to view my captures into WebXR, the only thing I have to do on this template is replace their clip with mine but when I do that, it just keeps loading forever. I’ve tried different browsers and different OS. Could it be because my assets are on a Google Drive? The original assets were on Amazon S3.

check your console, but if you assets on google drive better dont use that.
you can use s3, cloudinary or local.

Agreed, you’ll want to take a look at the Console and/or Network tab of the chrome debugger to see what errors are being generated.

Much better to serve your files from something that was intended to be a web server, like a CDN such as AWS Route53 (with an S3 origin), CloudFlare, Google Cloud Storage, Google Cloud CDN, Azure CDN, etc.

Thanks for the suggestions. I’ve now put my assets in Google cloud but I’m still getting the same issue, there’s no errors showing up on the console.

Have you verified that the infinit spinner is asset specific? i.e. when removing asset loading does the expeirence load as expected? Just want to verify the cause.

For other causes of infinite spinner you can check out this documentation: Loading Screen Infinite Spinner | 8th Wall