#Scene Loading Issue

1 messages · Page 1 of 1 (latest)

weak elk
#

I am loading scene splash and after that authentication
in unity editor it is working fine but in mobile build it looks like auth is not being loaded

debugs in the photo are logging in the editor but not in the mobile build
it is just stuck at splash

I am loading scene using Scenemanager.LoadScene method

the object on which this script is attached is active and is in the auth scene
kindly help

it looks like the application freezes on splash scene

#

this is what is happening in mobile

#

no logs in logcat tagged with Unity and Crash tags

weak elk
#

ok now i disabled all objects in the scene except camera but it still does not load

#

here is the screenshot of mobile
when i touch and drag it duplicates the thing which is being dragged

i think something like infinite loop is running but what could it be since all object are disabled except camera

weak elk
#

I disabled all the objects in the first scene except camera
made an empty game object and assigned a test script on it which only loads the next scene whose all objects are also disabled
it is still stuck on first scene
so issue is not in my code because all the objects and scripts are disabled

#

scenes are added in build settings
and everyting works fine in editor

true otter
weak elk
#

its simple

#

it loads in the editor but not in the mobile build @true otter

#

thanks for responding

true otter
#

hmm, there must be something else that's going on. from the screen shot with the DebugGUI log glitch, maybe the scene with the prefab is getting reloaded constantly somehow?

weak elk
#

@true otter as you can see this happens

#

that is ingame debug tool and it is not the reason for this stuck