Author Topic: Scene loading on clicking button on desktop but not loading on tapping same butt  (Read 3071 times)

vijaysharma17

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Scene loading on clicking button on desktop but not loading on tapping same buttonon android mobile note 2. Can someone please help we are stuck with this for more than a day now.

Thanks in advance

johnnieZombie

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Hi did you find a solution for this?

I had the same problem and spent almost two days trying to solve it. Reading everything I could, recreating the tutorials, etc.

I finally figured out that even though it would load the scene in the Unity editor, it just went to a default looking screen in Android.

It turns out that the second scene that I was loading had Unity OnGUI controls/camera etc. I was able to figure out that NGUI sort of "broke" when I changed cameras?

So I copied the camera in the first scene to the second scene and also created some NGUI controls like a button/sprite and it worked fine in Android. Good luck!