Problem exists in 5.6.0f3, no such problem in 5.53f1 (but here is another).
After I building and installing application on Android device I see no objects in the scene. There is no tag ‘only for editor’ on the objects.
I tried to change shader type to legacy/diffused. Also tried to remove those objects, create cube,
just white cube without materials, without parents/children. When there is no skybox in the scene then objects are present.
The problem was that PostRender’s Clear Flags was set to Skybox. But I’ve seen in some video it was working with Skybox flag.
Recently I’m having this problem…
I’m testing out using different shaders right now, I will post what I find.
Indeed with ClearFlags set to Color it works, but with ClearFlags set to Skybox it stops working. The Skybox is showing up but the objects are not. Sprite Renderer objects are showing up, though, so I have like characters standing on nothingness. No 3D objects will show up.