[SOLVED] Can't move my camera viewport to the left

Hi, it seems possible to move the camera viewport to the right using the viewport x value on the camera component, however; this value input does not accept negative numbers and so it’s impossible to have the viewport move to the left. Is this a bug/missing feature or is there some other way to do this? Thanks

image

No, this isn’t a bug. The viewport coordinates are normalized. Meaning they must be in the range 0 to 1 for both the horizontal and vertical.

What effect are you trying to achieve exactly?

1 Like

I need the viewport shifted over to the left.

Making the width smaller should give you same result while keeping X at 0.

Ah yes, that worked. Thanks