When the first scene is loaded,
I want to check if there is an Id in LocalStorage,
and perform various processes accordingly.
If the Id does not exist, I want to transition to the START scene.
However, in my project, if the data does not exist, it does not go to START and falls into an infinite loop.
What should I do?
Also, Is there any good way to debug?
Do I have to delete the user or storage in the browser to handle this?