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.

Accepted Reply

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

Replies

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

Thank you for confirming.