Quick question: Is Application.targetFrameRate scene independant? For example, if I set it in my intro scene, will the setting persist into my game, or will I have to call it again?
The Application class I believe is all static methods and variables, so it should be fire once and forget.