I’m currently using the link system in TMP to organize my separate save files (Thank you Stephan), but I’m having a whole lot of trouble with this one aspect. I’m wanting to draw a simple Image piece (I just set it as active when needed) over the text line to act as a suggestion box. I got this to slightly work. But my problem was, as I went down the lines, the box would go a little bit above the line each time. So basically, when I was at the bottom the box would be three lines above. Here’s what I mean:
As you can see, kinda weird what it’s doing. I originally thought I could put the image outside the canvas perhaps and transform a point, but this did not work.
Well, silly me. The problem was within my code. When loading it, I was drawing it based on a weird set of wrong local coords. Used a line renderer to draw the image and it works like a charm. Thanks! You seem to be the most helpful developer on here.