1
DOTween & DOTween Pro / Re: Text tweening starts typing words on the incorrect line
« on: January 09, 2016, 03:36:46 AM »
No worries
We ended up developing an internal solution to this using http://docs.unity3d.com/ScriptReference/TextGenerator.GetPreferredWidth.html. We pre-calculate linebreak positions and then feed that to DOTween, and it all works out.
Thanks!
We ended up developing an internal solution to this using http://docs.unity3d.com/ScriptReference/TextGenerator.GetPreferredWidth.html. We pre-calculate linebreak positions and then feed that to DOTween, and it all works out.
Thanks!