ktx v1.9.6-b6 Release Notes

Release Date: 2017-06-22 // almost 7 years ago
  • Brings a significant fix to AssetStorage, as well as a partial rewrite of ktx-ashley module - now it depends on the latest version of the Ashley framework and uses some of its new features.


    • ⚡️ [UPDATE] Updated to Gradle 4.0.
    • ⚡️ [UPDATE] Updated to Ashley 1.7.3.
    • [CHANGE] (ktx-ashley) Extensions updated to support Engine base class additionally to the PooledEngine.
      • Engine.add and Engine.entity extension methods to replace PooledEngine equivalents.
      • Changed PooledEntity to EngineEntity, wrapping Entity and providing access to Engine API.
    • [CHANGE] (ktx-async) TextAssetLoader now extends AsynchronousAssetLoader instead of SynchronousAssetLoader.
    • [FIX] (ktx-async) AssetStorage now correctly handles SynchronousAssetLoader instances on the main rendering thread.