I have no clue why. Here’s the code corresponding with the error:
Vector3 camPos = Camera.mainCamera.WorldToScreenPoint(transform.position);
Also I get the eroor: The name `CameraOperator’ does not exist in the current context
And here’s the code the corresponds with that error:
camPos.y = CameraOperator.InvertMouseY(camPos.y);
selected = CameraOperator.selection.Contains(camPos);