pschraut / UnityTexture2DArrayImportPipeline

A Texture2DArray Import Pipeline for Unity 2019.3 and newer.
MIT License
164 stars 18 forks source link

Texture Quality Half Res and generating Texture2DArray #5

Closed LizzyFox-code closed 2 years ago

LizzyFox-code commented 2 years ago

Texture2DArray importer vesion: 1.3.0 Unity version: 2020.3.23f1 Texture Quality (in Quality Settings): Half Res

For example: 2021-12-14_17-36-52

Expected behaviour: Texture2DArray generates without errors. Current behaviour: Texture2DArray generates with Graphics.CopyTexture exception: "source and destination have different master texture limits. Soruce 1, Destination 0" and doesn't work. 2021-12-14_17-35-10 2021-12-14_17-35-16

pschraut commented 2 years ago

Hello HartMagic, thank you for the bug-report. It looks like it's the same problem as issue #4. I'll close your report to avoid duplicates.