playMaker

Author Topic: UWP Window size  (Read 1430 times)

Seiryu33

  • Full Member
  • ***
  • Posts: 133
UWP Window size
« on: March 12, 2018, 12:29:08 AM »
So I finally got to build my app in UWP but have noticed that when the player is in Full-screen mode it shows a blank space on on both sides where the cameras end. Is there some way to use Playmaker to re-size the player window to match the camera settings? Only thing I've found about window sizes uses scripting. Not really sure how to go about that with Playmaker.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: UWP Window size
« Reply #1 on: March 12, 2018, 03:44:03 AM »
Hi.
There is an action on the Ecosystem called "Camera Ortho Fit Size"
but i am not sure if that is what you are looking for.

if not, can you give a link to those scripts :)

Seiryu33

  • Full Member
  • ***
  • Posts: 133
Re: UWP Window size
« Reply #2 on: March 12, 2018, 11:14:38 PM »
I think these actions are for re-sizing the camera not the player. I'll experiment with it. This thread is the most recent I could find: https://stackoverflow.com/questions/47588132/changing-window-size-uwp Seems to use coding to achieve it though I Dont know if it's for player size where in the PC build you can match the player size to camera sizes and it automatically stretches in Full-screen mode. I'm using a custom camera setting though I did test with 16:10 Resolution but with the same result.