Author Topic: Migrate from iOS to Android - textures disappears [SOLVED]  (Read 14911 times)

martin.developer

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
Migrate from iOS to Android - textures disappears [SOLVED]
« on: February 20, 2014, 07:16:04 AM »
Hello,

We have fully working iOS build and currently we wanna create Android build, but when I testing game on device - GUI working properly but after, lets say, 5 seconds screen goes black (screen contains only GUI) or on other scene some textures disappears.

Where can be problem please?
« Last Edit: February 20, 2014, 10:37:52 AM by martin.developer »

r.pedra

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 20
  • Posts: 131
    • View Profile
Re: Migrate from iOS to Android - textures disappears
« Reply #1 on: February 20, 2014, 07:54:22 AM »
Is there some 4K atlases?

martin.developer

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
Re: Migrate from iOS to Android - textures disappears
« Reply #2 on: February 20, 2014, 07:56:25 AM »
Nope, every atlas is limited to 2k max.

r.pedra

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 20
  • Posts: 131
    • View Profile
Re: Migrate from iOS to Android - textures disappears
« Reply #3 on: February 20, 2014, 08:00:57 AM »
Which version of Unity are you using? Pro? Are you using pro stuff like RenderTexture or some things?

martin.developer

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
Re: Migrate from iOS to Android - textures disappears
« Reply #4 on: February 20, 2014, 08:03:13 AM »
Unity3D Pro with iOS and Android Pro plugins.

No, we do not use RenderTexture or other. We using only simple Textures and Sprites. And with some tweening (rotation, position).

martin.developer

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
Re: Migrate from iOS to Android - textures disappears
« Reply #5 on: February 20, 2014, 08:12:05 AM »
Here is the video with problem:

http://www.youtube.com/watch?v=1QlRBiZ-N00

r.pedra

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 20
  • Posts: 131
    • View Profile
Re: Migrate from iOS to Android - textures disappears
« Reply #6 on: February 20, 2014, 08:23:09 AM »
I don't know what it can be. May be you should wait for an answer of the NGUI dev.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Migrate from iOS to Android - textures disappears
« Reply #7 on: February 20, 2014, 09:24:34 AM »
Don't use multi-threaded rendering.

martin.developer

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
Re: Migrate from iOS to Android - textures disappears
« Reply #8 on: February 20, 2014, 10:37:33 AM »
Nice, now is it okay.
Thank you!