Currently I have a map made up of hexagonal tiles, whenever the player hovers their mouse over a tile I’d like that tile and all tiles in between the player and the mouse to be highlighted.
I originally thought of using raycasting, but casting a ray every time the player moves their mouse seems to be pretty script-intensive, are there any other options?