0.14.3 — hotfix: compiles on Unity 6000.0–6000.2 again
Hotfix.
Fixed
- Compiles on Unity 6000.0–6000.2 again. Two 6000.3-only APIs had crept in: the rendered-Markdown selection (new in 0.14.2) used
ITextSelection.GetCursorPositionFromStringIndex, and the Git file-history dropdown (since 0.14.0) usedDropdownMenuSizeMode— so 0.14.0–0.14.2 failed to compile on a clean 6000.0 install. Both are version-gated now: on older editors the selection mapping uses a public-API equivalent verified pixel-identical to the 6000.3 API, and the dropdown uses the anchored overload. No feature differences on any version.
Install / update: Package Manager -> Add package from git URL -> https://github.com/adkom-games/ADKOM_TextEditor.git#0.14.3 (or #upm for latest). Existing installs are offered the update automatically.