Author Topic: UI disappear on WP8  (Read 2887 times)

sigmadruid

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
UI disappear on WP8
« on: January 26, 2014, 05:27:05 AM »
Hi everyone,

Our unity game's UI is implemented with NGUI. When we are publishing to WP8 platform, some UIs get disappear now and then. It seems unity can't load the atlas files, for we simulate this situation in editor by remove some atlas file which result in the same situation. On other platform (iOS and Android) every UI is OK.

I have to say this is a hard problem for which our engineers have worked for long time.

Unity Version 4.3.3
NGUI Version 2.6

Any help or hint is appreciated.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UI disappear on WP8
« Reply #1 on: January 26, 2014, 09:06:22 PM »
NGUI 2 doesn't support WP8.

sigmadruid

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: UI disappear on WP8
« Reply #2 on: January 26, 2014, 09:20:10 PM »
I know our NGUI version is out of time, but it is almost impossible to update it for our game, for many APIs have changed.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UI disappear on WP8
« Reply #3 on: January 26, 2014, 09:23:21 PM »
I understand, but I hope you also understand that it's not feasible for me to dig up a version from a year ago to investigate some issue for a platform that was not added until half a year later. Unfortunately I can only support the latest version.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UI disappear on WP8
« Reply #4 on: January 26, 2014, 09:25:00 PM »
P.S. I would suggest going up to 2.7.0 at least.

sigmadruid

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: UI disappear on WP8
« Reply #5 on: January 26, 2014, 10:03:18 PM »
Thank you for your advice after all....

LorDAlcatraZ

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 7
    • View Profile
Re: UI disappear on WP8
« Reply #6 on: January 29, 2014, 01:40:15 AM »
I have had this problem when publishing game to wp8. My font got disappeared. The reason is dynamic fonts don't work on wp8. I changed my font to bitmap and it worked fine. May be that's your problem.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UI disappear on WP8
« Reply #7 on: January 29, 2014, 09:35:12 AM »
Dynamic fonts don't work on WP8? That's actually news to me. Is this a Unity limitation? Can anyone else confirm this? If that's the case then I should disable the ability to use them when WP8 is targeted.

ahtram

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Re: UI disappear on WP8
« Reply #8 on: February 07, 2014, 10:13:50 PM »
In my case dynamic font works on WP8 for English latter and numbers. Not for Chinese characters. Even if I'm using a Chinese font.

http://forum.unity3d.com/threads/203541-window-phone8-dynamic-Font

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UI disappear on WP8
« Reply #9 on: February 08, 2014, 02:31:09 PM »
Sounds like yet another issue with the abandoned half-broken dynamic font implementation that Unity graced us with.