Is there a way to include a SpriteKit scene in a SceneKit Scene?

scenekit, sprite-kit

Solution

Yes there is!

You can assign a Sprite Kit scene (`SKScene`) as the `contents` of a material property (`SCNMaterialProperty`) in Scene Kit.

Problem

I am wondering if it is possible to include a SpriteKit scene in a SceneKit scene, and if it is, how to do that ?

Original source