I have a scenekit game that has multiple scenes. I used to switch scenes just by setting SCNView.scene = SCNScene, and it always works.
SCNView.scene = SCNScene
Recently switched