You can change a boolean to true, when the cursor initially comes over the mesh
Then in Tick, do your thing only if that boolean is true
On Mouse move away from the mesh, set the boolean to false
2 Likes