BoostPort.txt 518 B

12345678910
  1. - Ability to construct Module using startUp without having to do allocation outside of it
  2. Create a proper git repo of dependencies folder
  3. Shutdown issues (can't repro atm but they're there):
  4. Destroying area sometimes fails
  5. - I'm guessing that is because EditorWindows get closed and destroyed before scripts are unloaded. All areas and GUI elements are destroyed with them.
  6. - I should try to manually destroy C# editor windows before main window is closed
  7. Native instance is sometimes null when delete is called