atteneder / KtxUnity

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

Suggestion: Load method variant which load a ktx texture in an existing texture #85

Open pfcDorn opened 1 year ago

pfcDorn commented 1 year ago

Sometimes it would be nice to load a ktx texture in an existing texture instance, instead of gettin a new created one.

atteneder commented 7 months ago

@pfcDorn Thanks for raising that interesting idea. Can you elaborate what the actual use-case and benefit of that would be?

Like, does it actually safe resources and what are your (expected) measurments?