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

Default values not loaded under special circumstances #160

Closed NickolausDS closed 9 years ago

NickolausDS commented 9 years ago

Some mechanics are not loaded on game start and throw arcane NullPointerExceptions. It only happens under these circumstances:

Once foldouts have been opened and closed at least once, the bug goes away. This most likely means the bug is in the editor, and config code that should run fails to do so if the foldouts are left closed.