Has anyone used the behavior notification trigger. I can't seam to be able to post a notification.
The code documented here does not seam to work. https://developer.apple.com/documentation/realitykit/creating_3d_content_with_reality_composer/building_custom_behaviors/creating_a_trigger
My scene:
arView.scene.anchors.append(myAnchor)
The notification:
arView.notifications.push.post()
Gets me an error that ARView has no member notifications. Notification Triggers have been created in Reality Composer.
Any help would be appreciated.
The code documented here does not seam to work. https://developer.apple.com/documentation/realitykit/creating_3d_content_with_reality_composer/building_custom_behaviors/creating_a_trigger
My scene:
arView.scene.anchors.append(myAnchor)
The notification:
arView.notifications.push.post()
Gets me an error that ARView has no member notifications. Notification Triggers have been created in Reality Composer.
Any help would be appreciated.