ParentAbsoluteSize property for UIAspectRatioConstraint

It is currently too much back and forth when trying to find the perfect AspectRatio that gives the parent UI the same base size as it had before applying the UIAspectRatioConstraint

This is how I go about finding the perfect AspectRatio:

  1. Change the AspectRatio
  2. Click Explorer
  3. Click Parent UI
  4. Check to see if the absolute size is the close or the same
  5. If not then click UIAspectRatioConstraint
  6. Click Properties
  7. Go to Step 1

My suggestion is that the UIAspectRatioConstraint should have a ParentAbsoluteSize property that displays the Parent UI’s AbsoluteSize

1 Like

This topic was automatically closed after 1 minute. New replies are no longer allowed.