atteneder / KtxUnity

Load KTX and Basis Universal textures at runtime
Apache License 2.0
215 stars 42 forks source link

how to asynchronously load textures within the update() function? #84

Closed iamnewaplayer closed 7 months ago

iamnewaplayer commented 1 year ago

how to asynchronously load textures within the update() function? i used await in update(); but it is also not blocking update thread

atteneder commented 7 months ago

Hi @iamnewaplayer ,

Have a look at the KTX for Unity documentation.

Note that it refers to the successor of this package, which I recommend you to switch to.