As of Unity 6.5 [PanelRenderer is the new way to add UITK content to a scene](https://discussions.unity.com/t/panelrenderer-evolution-of-the-uidocument-component-in-6-5/1715909). In the WorldSpaceUI Sample, swapping out the `UIDocument` for a `PanelRenderer` breaks poke interaction. Tested with `Unity 6000.5.0f1` and XRI `3.5.1f1`
As of Unity 6.5 PanelRenderer is the new way to add UITK content to a scene.
In the WorldSpaceUI Sample, swapping out the
UIDocumentfor aPanelRendererbreaks poke interaction.Tested with
Unity 6000.5.0f1and XRI3.5.1f1