Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Bug Android Emulator Mixed Glitch Screen Render

Discussion in 'Editor & General Support' started by ekaraman, Sep 24, 2023.

  1. ekaraman

    ekaraman

    Joined:
    Mar 14, 2021
    Posts:
    4
    Hi, I am an indie developer. I am developing a game. This game hasn't problem on real devices. But when i am trying to deploy to emulator device, i am facing interesting screen problem. I can't even describe this problem :) Could you please help me?

     
    Last edited: Sep 24, 2023
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    37,184
    Looks like maybe you don't have a Camera covering the screen fully.

    You either need a full-screen Camera or else you must fill your UI completely, such as with a background image.
     
  3. ekaraman

    ekaraman

    Joined:
    Mar 14, 2021
    Posts:
    4
    Thank your reply, but actually this problem happens in other scenes. i tried to use a background image but i didn't work. What do you mean full-screen Camera"?