I'm trying to present a ViewController from within the GameScene. Since days, I'm searching for it in the internet (and there are many options) but nothing works!! I've tried to do it by navigation controller, by performsegue, by calling a method in gameviewcontroller etc. But every time there is an error!
If I'm performing a segue like here How to perform segue from within a SKScene? it says: "Attempt to present * on whose view is not in the window hierarchy. So I have searched for that problem but I couldn't figure it out too...
Thanks for any help!