Importing XRExtras into Cloud Editor + image target tracking not work

I wanted to modify the loading module’s message so I customized xrextras.
I followed the instructions in the link below

Image target tracking no longer works when embedding custom XRExtras.
Help me

Solved:
I download Evan’s custom XRExtras (https://www.8thwall.com/evan/custom-xrextras/code/)

Image target tracking worked.

1 Like

Glad you found this useful! Please note that this project uses a previous version of XRExtras. Best practice is to manually import XRExtras into the cloud editor following the process outlined in our documentation:

remove the import statement and replace it with // @ts-nocheck

The instructions are a bit vague and I removed all the import commands, resulting in xretras not working.
When comparing with the demo, I see that it only deletes:

import type {ComponentDefinition} from 'aframe'

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.