Author Topic: GUI disappears  (Read 1812 times)

bezii

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 19
    • View Profile
GUI disappears
« on: February 24, 2014, 05:24:37 PM »
Hi,

We've got a problem with the GUI. We've tested the game on 3 phones and 1 tablet and the game (gui) works great but there is a problem on Nexus 7. The whole gui disappears and we can only see the font and nothing else. What can be a problem here?



There is no GUI at all just some black background the and the font.

Does it work for you guys? Here's the link (please write your phone name):

http://www.sendspace.com/file/qtijqi


Quote
UI camera must use Forward Rendering.

Done.

Quote
Don't use multi-threaded rendering.

Done.


I have no idea what's wrong.
« Last Edit: February 24, 2014, 06:44:22 PM by bezii »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: GUI disappears
« Reply #1 on: February 25, 2014, 01:59:54 PM »
Disappears, or never shows up? Because they're different issues.

If something doesn't show up at all, it means that it's not supported. For example, trying to use a 4096x4096 texture atlas on most mobile devices will have that effect.

pad406

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 62
    • View Profile
Re: GUI disappears
« Reply #2 on: February 25, 2014, 05:23:21 PM »
Works fine on my Kobo Arc tablet. Android 4.1.1

Nice looking game, good job and best of luck with it.

bezii

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 19
    • View Profile
Re: GUI disappears
« Reply #3 on: February 25, 2014, 05:35:49 PM »
Hi guys,

Thanks pad406 ! :)

You can check the game on Google Play store, we've just released it!

https://play.google.com/store/apps/details?id=com.inflamestudio.quiz

And we've fixed the problem, the texture was 4kx2k and Nexus 7 supports only 2kx2k textures. Thanks! Bye.