Search code examples
androidunity-game-engineinvisiblegameobject

Game Object working in scene and game view, but completely invisible in Android build


I have thoroughly searched on the web but I couldn't find anyone with my same problem.

I'm working on a 3D game for Android using Unity. Everything works fine within the editor and on the Unity Remote app, but when I build the project, install it on my smartphone and start it... I can't see a game object.

A screen of the project:

enter image description here

As you can see, the sword is active and visible in the editor, but once I start the actual build I get this:

enter image description here

I can't understand what's wrong, could someone kindly help me? Many thanks.


Solution

  • Problem solved. I upgraded from Unity 5.3.2 to 5.3.4, re-built the project and everything works like a charm now.

    Sometimes Unity can be... strange.