add notifications to grouped geometry with gestures

Hi, it's me again. I have now solved my three problems.

  1. i can load .rcproject files in Xcode.
  2. i can assign gestures to a group of objects created in RealityComposer (the group contains two spirals. One
  3. I can use a menu button to affect behaviors of objects I created in RealityComposer. (A spiral fades out at startup and fades back in when the button is clicked).

Individually, this all works the way I thought it would.

But now I want to bring it all together.

So I put everything together in a ViewController. But now I see two groups of objects on my device. One group reacts to the gestures and the other reacts to the button and the notifications. How do I get both the notifications and the gesture control to work together on one group.

You can find me project here: https://wetransfer.com/downloads/2e217e5d86d273360fb50a7298e986b520220203152701/26a044d7ffc54197ac6055c4065f6f1c20220203152827/cf5ad8

Thanks for your help.

Thomas

add notifications to grouped geometry with gestures
 
 
Q