You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2022. It is now read-only.
Hi, thank you for this package, it saved me a lot of work :)
Is it possible to make it work with non mono-space fonts ?
Using a non mono-space font (with a ui text inside a layout) makes the emojis position incorrect
I did not test this with layouts. So if the layouts alter the positioning of characters then the Vector3 imagePos... part will be calculated incorrectly and emoji positions will be wrong.
Hi, thank you for this package, it saved me a lot of work :)
Is it possible to make it work with non mono-space fonts ?
Using a non mono-space font (with a ui text inside a layout) makes the emojis position incorrect
I had to change the following line
TextGenerator textGen = textToEdit.cachedTextGenerator;
to
TextGenerator textGen = textToEdit.cachedTextGeneratorForLayout;
Here is an example
Thanks!
The text was updated successfully, but these errors were encountered: