30-11-2021, 01:28 PM
(30-11-2021, 12:47 PM)josemendez Wrote: So we're talking about the RopeSweepCut script, right? This should work fine, all it does is take Input.mousePosition, unproject it to world space and calculate a line-line intersection.
Just make sure the camera object you've dragged into the script's "cam" property is the one you're actually looking trough. Otherwise it won't work.
Okay thanks!