Screen Fill mode similar to Expand in UGUI Canvas Scaler #361
Zainz00
started this conversation in
Feature Requests
Replies: 1 comment
-
You can probably achieve this using a custom scaling method. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I wanted to check if there is any plan to have something similar to the UGUI "Expand" screen match mode for the screen space component. Right now we have fixed width or fixed height. What Expand does in UGUI is that it behaves similarly to both fixed width and height in one setting. If the target aspect ratio height is bigger than the reference resolution height it acts like a fixed width and if the target aspect ratio width is higher then the reference resolution acts like a fixed height. This way it ensures that there is always extra space compared to the reference resolution.
Is there any plan to have this in Nova? or is there any way this can be achieved with what we have now? Did anyone find a solution?
Beta Was this translation helpful? Give feedback.
All reactions