Skip to content

OpenFlight-1.7.4

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 17:18
· 104 commits to main since this release

Small update this time around, mostly minor fixes and changes to internals that don't affect anything externally

Minor Changes

  • JSON is now minified server side to help when string loading
    • This has functionally no real changes right now, but may make string loading slightly faster, and will future-proof against string size limits, if we ever get to that point.
  • Package version embedding now uses Unity editor classes to have a more robust way of getting the package version upon upload
  • Changed a DataDictionary Add method to SetValue instead, with no functional end change other than avoiding runtime errors just incase
  • Implemented a custom icon for OpenFlights style sheet system, to make them easier to identify in the asset browser

Fixes

  • Fixed the delay between joining a world and having auto detection functional
    • The issue was that we never looked at the in world json until string loading failed, so we had to wait for that event to come in

What's Changed

New Contributors

Full Changelog: OpenFlight-1.7.3...OpenFlight-1.7.4