Hello,
I am developing a swift playground using XCode for the Swift Student Challenge and in my playground I will have a 3d scene.
I opened a project that uses SceneKit from a previous year and used it to learn the program and everything works great in it. However, when I open a project and do everything from scratch (the code is exactly the same) the 3d scene does not appear.
Is there an extra configuration that SceneKit needs?
Thank you