Is this normal behavior for build.settings?

Hi,

I have set default orienteation to landsacpe modes with this in my build.settings:

 orientation = { default = "landscapeRight", supported = { "landscapeLeft", "landscapeRight" }, },

but when my game starts, it goes through all the code twice before actually running the game, like it creates the game by default in portrait mode and then after it sees this settings, makes the game again. I’m saying this because if I remove this settings, my codes run once.

That is the proper code to make the app landscape only.  What device are you testing on?  Are you doing anything that would suspend the app like playing a video at the beginning?  Is that all of your build.settings?

That is the proper code to make the app landscape only.  What device are you testing on?  Are you doing anything that would suspend the app like playing a video at the beginning?  Is that all of your build.settings?