I want AdvancedDynamicTexture.CreateForMesh to come with an object like CreateFullscreenUI. Is this feasible?
In CreateFullscreenUI, it seems that you can not click the object etc. when entering WebXR.
How can I make an object follow and click on it during WebXR?
CreateFullscreenUI is not compatible with XR and won’t render. If you create for a mesh (plane) then you can position that plane in front of the camera.
Yes, but you’ll need to do a bit more math based on the projection and field of view. I would suggest a new question and then probably somebody has example code for heads up display (HUD) placement of the plane? I’ve done a bit of that, but you may need also to make sure it’s also not occluded by other meshes (or you may want to look at rendering groups). I suspect if you ask a new question that community will have some ideas.