Bug with QuickLook Interactions sample

There seems to be a bug in the quicklook interaction sample. Specifically with the State portion. When the grey cube on the very right is inactive in webXR and we switch over to quicklook, the grey button will not appear at all anymore when pressing on the yellow button. I guess that’s because the USDZ exporter ignores disabled objects.

We kind of need this for our case where we want to show some information panels about an object when clicking on a POI sphere. So we start out with all Textpanels disabled.

Original Post on Discord

by user 313734732934283264

Hello there – we have an experimental AI bot :robot: that might be able to help you with your question. Would you like to try this out?

cc @herbst🌵

Indeed looks like an issue with disabled object export – we should be exporting objects that are known to become enabled at runtime nonetheless of their initial state, but seems that does not work as intended here. Thanks for the report!