I started some of the examples in web ar, I found that all example works on nft or marker. I want to make something like it should not always depend upon marker or nft. As soon as marker is detected I should be able to play the content in AR without the need of marker anymore.
Sorry, my English sucks. Waiting for help. Thanks
You can keep the element on-screen where the marker was detected.
Just wait until the marker is detected, and copy its position, rotation and scale to the entity with the content. A component doing this could look like this:
Something like I did here