I am not looking to remove all children in the SkScene, I want to completely close the scene once the game is over.
Yes I have tried all of the solutions posted here, need some way of either completely restarting the app or restarting a single scene.
Transition Code:
let game = Menu(fileNamed: "Menu")!
game.scaleMode = .aspectFill
let trans = SKTransition.fade(withDuration: 1.0)
self.view?.presentScene(game, transition: trans)