Author Topic: Strange display on idle  (Read 2944 times)

Yuri

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 2
    • View Profile
Strange display on idle
« on: June 14, 2014, 08:46:20 AM »
Hello all!

I am new to Unity and also NGUI. I have started working on a 2D game by using NGUI and now I am facing following problem: everything seems to work ok on Unity player, but when I run it on a device (e.g. tablet) I get strange results after a short period of time with no interaction (something like idle).

I have attached some screenshots in order to see what is happening.

Main scene:

http://www.pixentral.com/show.php?picture=1BCcYYSmxAgIqqoQhkS1GGg46deQ561

Strange things happen:
http://www.pixentral.com/show.php?picture=1iCDAsvzMX85BxgpDnPdAi4ItWSvF1

http://www.pixentral.com/show.php?picture=1NothMnqzlaq4QQ7ytWi2AK6zvomP

http://www.pixentral.com/show.php?picture=1KCAT7DwgXEMl2yZrCa3inCDM4m650

http://www.pixentral.com/show.php?picture=1I9kYTDuuDC4yItA3kf6JAm2dtffgq

If it helps, my hierarchy looks like this:

http://www.pixentral.com/show.php?picture=1rrDC2gIyoANll8cydwzHecsU4MnJo0

Can anyone help me with this problem?

Thanks in advance!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Strange display on idle
« Reply #1 on: June 15, 2014, 05:18:04 AM »
Disable Multi-thread rendering. That feature is bugged in Unity and should never have been enabled.

Yuri

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 2
    • View Profile
Re: Strange display on idle
« Reply #2 on: June 15, 2014, 11:20:40 AM »
Thank you very much, Aren!

That was, indeed, the problem.