Now I'm developing an app that starting orientation is portrait and change it to landscape left on runtime manually by changing Screen.orientation value.
The Screen view works well but a problem is that a cordinate of touch scrren.
When the orientation is portrait(inital state), the touch position system works well. But after I changed the orientation to landscape left, the touch cordinates are still same to portait.
It means that when the orientation is portrait, the width of screen is...
Problem with changing screen orientation
The Screen view works well but a problem is that a cordinate of touch scrren.
When the orientation is portrait(inital state), the touch position system works well. But after I changed the orientation to landscape left, the touch cordinates are still same to portait.
It means that when the orientation is portrait, the width of screen is...
Problem with changing screen orientation