Dear everyone!
I would like to get a solution to set the window position at the top-right corner of the display.
I also want to make the application to be a full-screen window without covering the taskbar area.
This should work on Windows and on Mac also. (Especially on Mac)
Please give me help…
Any help is appreciated. Thanks
Your first request probably requires use of the user32.dll. You can google some examples for setting window position, and they all seem to use that dll because Unity doesn’t directly support the functionality. It will be Windows only, so you’ll have to hunt down a Mac version if it is possible. Your second request sounds like you just want to use MaximizedWindow mode.
Thanks for your kind answer!
This worked well…
For mac, it didn’t work…
My Mac screen resolution is 1368x768, but the screen size became to 1920x1080…
Please kindly let me know…
Thanks