Author Topic: weird behavior on android device  (Read 4074 times)

cheuksh

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 28
    • View Profile
weird behavior on android device
« on: May 06, 2012, 04:56:38 AM »
To replicate, simply add a new ui, add a new label in the panel. It works and look fine in the unity game preview, but if you build and run in a real device, the screen seems duplicated (tiled) automatically. (see my screenshot)

Please notice even the wording development build is also "tiled"

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: weird behavior on android device
« Reply #1 on: May 06, 2012, 08:51:07 AM »
You need to clear your screen. Select the camera and set the clear flags to "color".

cheuksh

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 28
    • View Profile
Re: weird behavior on android device
« Reply #2 on: May 06, 2012, 01:46:53 PM »
It is fixed!!! thx a lot!!