KTX 1.9.6-b6
Pre-release
Pre-release
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 supportEngine
base class additionally to thePooledEngine
.Engine.add
andEngine.entity
extension methods to replacePooledEngine
equivalents.- Changed
PooledEntity
toEngineEntity
, wrappingEntity
and providing access toEngine
API.
- [CHANGE] (
ktx-async
)TextAssetLoader
now extendsAsynchronousAssetLoader
instead ofSynchronousAssetLoader
. - [FIX] (
ktx-async
)AssetStorage
now correctly handlesSynchronousAssetLoader
instances on the main rendering thread.