Webp Support?

Discussion in 'Buildbox General Discussion' started by loduxgaming, Jul 13, 2018.

  1. loduxgaming

    loduxgaming Boxer

    Joined:
    Jul 3, 2018
    Messages:
    1
    Likes Received:
    0
    PNG Images, especially good quality ones are taking a ton of space and bloating the apk size. Is there anyway to have webp support in BuildBox, since manually converting images in Android Studio renders the app inoperable.
     
  2. jmiller8031

    jmiller8031 Avid Boxer

    Joined:
    Feb 23, 2018
    Messages:
    218
    Likes Received:
    82
    What size are your images? You shouldn’t be scaling images down in Buildbox. It’s just a waste of memory since you’re storing both the original image and scale computation.

    I recommend completely designing the look of a game in image editing software. Once you’re happy with the size of everything, then export each individual image. They don’t need to be 100% best quality either since they’ll be viewed on devices with high screen resolution. You don’t need all the extra antialiasing color and alpha data.
     

Share This Page