Hello Everyone. I develop my Mobile App for landscape only (Fixed) Screen-Orientation, but for Some reason, it Auto-rotates even with the Next Properties, in build.settings
Build.settings:
settings = {
orientation = {default = "landscapeLeft",
supported = {"landscapeLeft", "landscapeRight"},
},
},
I rewatched a lot of Topics, but it didn’t solved my Problem.
Is it Possible to make Fixed-Orientation (Landscape-Orientation) ? (Without Any Plugins)