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

Make Free Flight scale better for small/large creatures #91

Closed NickolausDS closed 9 years ago

NickolausDS commented 9 years ago

For a the default olta games crow model imported at ~1/10 unit size, Free Flight threw physics NAN warnings from both the drag and lift functions. It's difficult at that scale to gain altitude when flapping and still have the model look organic. Moreover, the default camera looks terrible when scaled for that size.

Free Flight hasn't been tested for larger creatures either, and might have the same strange problems. These problems never happened for the demo model, scaled slightly larger than a unit cube.