Search Unity

Question RGBA Compressed ASTC6X6 UNorm not working on ipad mini 3?

Discussion in 'General Graphics' started by LesBloom, Jun 7, 2023.

  1. LesBloom

    LesBloom

    Joined:
    Feb 2, 2017
    Posts:
    167
    Helllo,

    I am seeing the following outputs when debugging a memory crash.

    "WARNING: RGBA Compressed ASTC6X6 UNorm format is not supported, decompressing texture"

    I found that this is the default format for Unity and iOS devices.

    I also found that it wont work on older iOS devices, but my understanding is that the ipad mini 3 should be fine.

    Any ideas what might be happening here?

    Thank you
    Les
     
  2. bgolus

    bgolus

    Joined:
    Dec 7, 2012
    Posts:
    12,352
    No, that's correct. The Mini 3 uses the A7 SoC with a first generation Rogue PowerVR GPU. The A8 (used in the Mini 4 and iPhone 6) was the first Apple SoC to support ASTC.

    (The iPad Mini 3 is the same internal hardware as the Mini 2.)
     
  3. LesBloom

    LesBloom

    Joined:
    Feb 2, 2017
    Posts:
    167
    Ok, thanks for that info. That explains things then. Cheers