Aspect Ratios
Aspect Ratios
Hi Tony.
I hope you're well.
I'm having some issues when running my game after the build. The target platforms are Windows and Mac and I've chosen to only build to 16:10 ratio. I think that's ok? The game itself runs fine however the Dialogue Manager's modified Standard UI I'm using seems to position the dialogue boxes in odd positions on the screen. Is there a way to force the UI to stay the same as it appears when I run the game from Unity itself? To note, I'm using a Macbook to build the game in Unity.
A couple of screenshots to highlight my issue.
How it appears in Unity.
How it appears in the running game.
Is there a way to disable this? I've tried amending the project setting but it doesn't seem to affect it. The UI appears differently for each setting.
It appears even stranger playing on a Windows laptop.
Any help, as always is very much appreciated.
Caroline
I hope you're well.
I'm having some issues when running my game after the build. The target platforms are Windows and Mac and I've chosen to only build to 16:10 ratio. I think that's ok? The game itself runs fine however the Dialogue Manager's modified Standard UI I'm using seems to position the dialogue boxes in odd positions on the screen. Is there a way to force the UI to stay the same as it appears when I run the game from Unity itself? To note, I'm using a Macbook to build the game in Unity.
A couple of screenshots to highlight my issue.
How it appears in Unity.
How it appears in the running game.
Is there a way to disable this? I've tried amending the project setting but it doesn't seem to affect it. The UI appears differently for each setting.
It appears even stranger playing on a Windows laptop.
Any help, as always is very much appreciated.
Caroline
Re: Aspect Ratios
Just been reading up on PlayerPrefs. Do I need to delete some files in order for any changes to work? This is all a bit confusing.
Re: Aspect Ratios
Also, would a lettingboxing asset help? Something like Camera Fit: Screen Handler? Really I'd like to be as inclusive as possible for all aspect ratios.
Re: Aspect Ratios
And a bit more information that might help. I'm using Adventure Creator's Force Aspect Ratio within the Settings under camera. It's set to 1.77 which I believe is 16:9. When I turn that off the Dialogue appears in the same place so I'm now wondering if this is something AC related. I'm reluctant to switch is off as the Menus appear squished and squashed but if that's the only way I'll do some digging to see if I can adjust the Menu.... Just figured out I can untick the 'Always fit on Screen' on the Menu in question, which seems to look ok in Unity, not tried it yet in a built game.
So I may have solved the issue myself but I'll need to do some testing. Are there any alternative suggestions that I can apply to the Dialogue UI?
Thanks again,
Caroline
So I may have solved the issue myself but I'll need to do some testing. Are there any alternative suggestions that I can apply to the Dialogue UI?
Thanks again,
Caroline
Re: Aspect Ratios
Hi,
The Dialogue System's Adventure Creator integration has a Fit UI To Aspect Ratio script. Try adding it to the Dialogue Manager's Canvas. This should get the dialogue UI to play nicely with Adventure Creator's Force Aspect Ratio setting. (And, if not, we can look into it further to get it working just right.)
The Dialogue System's Adventure Creator integration has a Fit UI To Aspect Ratio script. Try adding it to the Dialogue Manager's Canvas. This should get the dialogue UI to play nicely with Adventure Creator's Force Aspect Ratio setting. (And, if not, we can look into it further to get it working just right.)
Re: Aspect Ratios
Thanks Tony.
I did have a play around with that but I couldn't get it to work. What should I be using for the 'Main Panel' within that component?
I found this from two years ago as it appears someone had the same issue as me https://adventurecreator.org/forum/disc ... i-canvases
Many thanks
Caroline
I did have a play around with that but I couldn't get it to work. What should I be using for the 'Main Panel' within that component?
I found this from two years ago as it appears someone had the same issue as me https://adventurecreator.org/forum/disc ... i-canvases
Many thanks
Caroline
Re: Aspect Ratios
Hi Caroline,
But I just remembered that Unity now has its own Aspect Ratio Fitter component. Might as well use the built-in features. Here are the steps:
1. Create a panel (RectTransform) that covers the whole screen.
2. Add your UI elements as children of this panel.
3. Add an Aspect Ratio Fitter component.
4. Set the Aspect Mode to Fit In Parent.
5. Set the Aspect Ratio to the same value as AC's Settings > Camera Settings > Aspect Ratio.
I'll update the instructions in the Dialogue System manual's AC section to use the steps above.
Yup, that's where the "Fit UI To Aspect Ratio" script had its genesis.Escara wrote: ↑Fri Jun 28, 2019 8:51 amI found this from two years ago as it appears someone had the same issue as me https://adventurecreator.org/forum/disc ... i-canvases
But I just remembered that Unity now has its own Aspect Ratio Fitter component. Might as well use the built-in features. Here are the steps:
1. Create a panel (RectTransform) that covers the whole screen.
2. Add your UI elements as children of this panel.
3. Add an Aspect Ratio Fitter component.
4. Set the Aspect Mode to Fit In Parent.
5. Set the Aspect Ratio to the same value as AC's Settings > Camera Settings > Aspect Ratio.
I'll update the instructions in the Dialogue System manual's AC section to use the steps above.
Re: Aspect Ratios
Amazing!
Thank you Tony! I've been scratching my head about this for ages. Should've come to you sooner! I'm now a very chuffed and happy lady!
Just got a few things to sort out then my demo will be ready for external testing and then a release later in the year!
So happy right now!
Caroline
Thank you Tony! I've been scratching my head about this for ages. Should've come to you sooner! I'm now a very chuffed and happy lady!
Just got a few things to sort out then my demo will be ready for external testing and then a release later in the year!
So happy right now!
Caroline
Re: Aspect Ratios
Glad to help!
That's great to hear about your demo, too!
That's great to hear about your demo, too!
Re: Aspect Ratios
Actually I spoke too soon.
What do you mean exactly by
1. Create a panel (RectTransform) that covers the whole screen?
The UI space as that changes depending on what aspect ratio I choose.
Sorry to be a pain!
What do you mean exactly by
1. Create a panel (RectTransform) that covers the whole screen?
The UI space as that changes depending on what aspect ratio I choose.
Sorry to be a pain!