I'm new to Reality Composer and RealityKit. I've set up a .rcproject with multiple ImageTracking scenes.
Each are setup identically. At this point, when images are recognized, a cube is overlaid and has a tap gesture that should send a notification to Xcode.
In Xcode, I'm loading each of the scenes and adding the anchor's to my ARView. When I run the app on my device, each image overlay displays, however only the first loaded anchor's Tap behavior works.
Is this how it's meant to work? Any suggestions on getting multiple image tracking behaviors to work from Reality Composer in Xcode. Any suggestions are appreciated.