unity3d-jp / StreamingImageSequence

A package for playing sequential image sequences in Unity Timeline
Other
282 stars 39 forks source link

Texture Import Settings #411

Closed twisty01 closed 2 years ago

twisty01 commented 2 years ago

It would be really useful to have texture import settings for loaded textures, for example for loading non-sRGB texture, different format (like R 16 bit), mipmaps, alpha etc.

sindharta commented 2 years ago

If the textures are under Assets (non-streaming assets), then StreamingImageSequence will use the result of Unity's texture import settings, which is the same as what you requested.

If the textures are in StreamingAssets, or outside Unity project, then the textures will always be loaded as RGBA32.

sindharta commented 2 years ago

Closing issue. Let me know if there are more questions related to this.