Working with SCNNode in ARView, RealityKit

If I have an ARView, is it possible to add SCNNode instances? I want to use Entity instances for some things and SCNNode instances for others. Ideally I'd like to have an SCNNode as a child of an Entity. I poked around the class hierarchy and I can't find a way.

Answered by DTS Engineer in 364981022

You cannot add an SCNNode to the scene of an ARView.

Accepted Answer

You cannot add an SCNNode to the scene of an ARView.

Thank you for confirming.

Working with SCNNode in ARView, RealityKit
 
 
Q