Hi guys, Please give a answer to my question ,
I am making a huge game , it compose of 10 to 15 scenes and each scene has tons of panels and each panels has tons of UI. Almost there 120 UI Screens in my game.
The issue which i am facing is when i Load another scene by application.loadLevel() method the scene takes almost 2 ,3 seconds to load. I have spent a lot of time in finding this issue and for my thinking i assume that the scene on loads all the panels and Ui and then load another thats why it took time.
Any suggestions from any person would be highly Appreciated.
Or what is the solution to resolve that time constraint.
Please guide me in this especially Aren:)
Thanks