Skip to content

0.14.4 — hotfix: quiet console on Unity 6000.5

Choose a tag to compare

@cfarrier cfarrier released this 03 Aug 17:21

Hotfix.

Fixed

  • Quiet console on Unity 6000.5. Opening an ATE window spammed "Trying to access the DPI setting of a visual element that is not on a panel" — measured 1,890 warnings in a single session. ATE computed word wrap before the window attached to a panel, and 6000.5 warns on every text measurement made in that state. Wrap now uses a font-derived estimate until the window attaches, then re-measures exactly as before — wrapping is unchanged on every Unity version, and window creation got a little cheaper everywhere.

Install / update: Package Manager -> Add package from git URL -> https://github.com/adkom-games/ADKOM_TextEditor.git#0.14.4 (or #upm for latest). Existing installs are offered the update automatically.