I am making a plugin for Unity that must support portrait or landscape games, but I want one of my ingame screens to always display in landscape, no matter the device orientation.
If the end user has a portrait only game, how can I make one of my canvases display in landscape, so the user has to rotate their device to the side to be able to interact with it? Creating a scaling UI that looks correct in portrait is not suitable for my needs.
If the end user has a portrait only game, how can I make one of my canvases display in landscape, so the user has to rotate their device to the side to be able to interact with it? Creating a scaling UI that looks correct in portrait is not suitable for my needs.