Search Unity

Purple Textures on some Mobile devices

Discussion in '2D' started by Thorax-, Jun 23, 2022.

  1. Thorax-

    Thorax-

    Joined:
    Feb 10, 2021
    Posts:
    23
    I encountered the following problem which appears only on some Android devices (e.g., Lenovo K9):

    purple.png
    On most devices it appears as expected:

    normal.png
    I am using SpriteRenderer with the Sprites-Default unity material and textures from a texture atlas. Here are the settings of the Sprite Renderer and the Texture atlas i am using:

    settings.png

    In the gameplay these objects are supposed to be destroyed for which i am using Unity 2D Destruction:
    https://forum.unity.com/threads/free-open-source-unity-2d-destruction.382416/

    I am using URP for the project. Any advices or suggestions are welcome. I can provide any additional information if required.
     
    Last edited: Jun 23, 2022
  2. Thorax-

    Thorax-

    Joined:
    Feb 10, 2021
    Posts:
    23
    Problem Solved. Texture size is too big and not supported by older devices. switching to 4096x4096 fixed it.
     
    Kurt-Dekker and mgear like this.