I’ve encountered this with overlaps. Usually the easiest solution is to add a boolean to track if it was hit, set it the first time OnHit is called and just return on any subsequent calls.
I’ve encountered this with overlaps. Usually the easiest solution is to add a boolean to track if it was hit, set it the first time OnHit is called and just return on any subsequent calls.