ProwlEngine / Prowl

An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor
MIT License
447 stars 37 forks source link

Changing UI scale to anything other than 1.0 breaks clip rects #190

Open PaperPrototype opened 2 weeks ago

PaperPrototype commented 2 weeks ago

Describe the bug Changing UI scale to anything other than 1.0 breaks clip rects

To Reproduce Steps to reproduce the behavior:

  1. Go to Editor Prefs
  2. Change scale to 0.6 (or even 0.9)
  3. See clip rects break

Expected behavior Clip rects should be perfectly ok