NickolausDS / Unity-Free-Flight

A Unity Package to add gliding flight to any Unity Object.
GNU General Public License v3.0
60 stars 13 forks source link

Flight camera does not scale to various screen resolutions #97

Closed NickolausDS closed 9 years ago

NickolausDS commented 9 years ago

The flight camera works great, for the small screen in the scene view for which it was designed. When it's moved to larger screens, such as are all standalone platforms, then the player begins to loose sight of their character during some maneuvers. It's disorienting to the player when they can't see the character in third person flight camera mode, so this is a problem and needs to be fixed.

NickolausDS commented 9 years ago

Flight camera will be nixed in favor of Unity 5 cameras.

The Unity 5 cameras work better in most cases, and they have solved many of the problems and potential problems the Flight Camera could ever hope to.