An error appears (Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value) when I try to add a scene file with the .sks extension to an app playground type project with the .swiftpm extension

The error shown in the picture appears when I try to link the StartScene.sks file to the code

Attached are pictures of the code

Please help me🙏🏻

Replies

Hi and happy new year!

The error indicates that the file wasn't found - the app usually searches the file inside the Resources folder.

I am not sure if moving it inside the Resources folder inside GamePlayground would work. If it doesn't, try adding the scene again so that a "global" Resources folder is created (either drag & drop the scene or click the plus button in the bottom left.