Question for the RealityKit experts: I'd like to create a 3D model of a handheld game console and display that using ARKit and RealityKit. I'd like to add a SpriteKit game on top of the console’s screen. Is it feasible to combine RealityKit and SpriteKit like this?
@simonbs yeah should be able to:
use RealityView’s attachments to render a SwiftUI View that renders the game just above the console model’s screen