CharTweener icon indicating copy to clipboard operation
CharTweener copied to clipboard

Support TextMeshProUGUI for v2.0.0

Open Rijicho opened this issue 3 years ago • 0 comments

Supports TextMeshProUGUI component on UGUI canvas.

If the source TMP_Text is TextMeshProUGUI,

  • Replace Transform components on proxy GameObjects (and their parent) with RectTransform components
  • Use canvas-space position instead of world position for ProxyTransform's Position property

Also added example scenes for TextMeshProUGUI.

Rijicho avatar Apr 23 '22 20:04 Rijicho