I'm developing a game that needs an independent animated background. The game need to change some scenes, keeping the same background. Depending on user input, the background will animate accordingly.
Since the scene's background moves with the scene, on transition, how can I achieve this? The only way I can imagine is have 2 SKViews, each with a scene. So I can have a background scene and a foreground scene separately. But I have no idea if it is possible and how can I do this.
Any help is appreciated!
My best,
Gui