This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Description
A lot of times it will incorrectly highlight another instance due to the character always overlapping the mouse, this is a consequence of having merged this in #68.
Repro:
- Play Attack Of the Killer Roomas
- Zoom in
- Enable debugger
- Try hover over anything.
A simple fix could be checking whether the distance between the camera and the head position is close enough, in the case that it is, add the character for the raycasts filter.