I have 3 scenes, each one has a rect and a text simulating a navigation bar for ios, in case what is the best way to work with this situation? put the navigation bar only in the main and not include it in a sceneGroup so that all scenes have only one instance of the navigation, or put an instance of it in each scene to be able to have total control over the scenes in case remove the scenes in hide to optimize performance?
I generally would create it outside of composer if the buttons and text are not changing. If the nav bar has a lot of scene dependency then it might be best to create it in the scene.
Rob
I generally would create it outside of composer if the buttons and text are not changing. If the nav bar has a lot of scene dependency then it might be best to create it in the scene.
Rob