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.