Unity - Check if point is inside the camera view.
First we will get the x, y coordinates of the camera relative to the Viewport this will ensure that we'll have the edges of the camera view no matter the aspect ratio of it. Ps. I use this Range struct just because i prefer to read min, max instead o...