I have a couple nodes that I have put into their own sks files so I can reuse them. I have a main level sks file that uses SKReferenceNode to include the other nodes. When I first open Xcode and open the container sks file the references show up fine. However, if I click on any other file and then come back to the container sks file then the reference nodes do not show up. They are just the empty SKReferenceNode icon.
Running the project has the same results. If I run it right after opening Xcode then the referenced nodes show up fine. If I open any other file and then build and run the project then the referenced nodes are totally missing.
Has anyone run into this? Am I setting up the scene incorrectly?
This is how it looks when it is working correctly: https://www.dropbox.com/s/ags040lf8wa8pin/SceneEditorBugCorrect.png?dl=0
This is how it looks when the nodes are missing: https://www.dropbox.com/s/c3ijwupn2oi055j/SceneEditorBugMissing.png?dl=0
I have tried this in Xcode 7.1 and Xcode 7.2 beta 4.
- Bridger Maxwell