system
1
Hello everyone! I want to change the color of the text that is covered by the image like this:
[85057-без-имени-1.jpg|85057]
Changing text is simple using html tags. So the question is: how to know what part of the text is covered by image/rect/etc ? Thanks in advance!
Here is a small example if filler doesn’t move but scales from left side, rightwards.
-
move the anchors of filler and text to the center-left side of their rectangles (0, 0.5)
-
combine all anchors to be in the middle of the rect, for both filler and text from their RectTransform.
-
get “width of filler” / “width of text” percentage ratio every update.
-
use percentage ratio from 3) to compute which letter needs to be yellow