Hi, i try to create a camera for a cube character. I use FreeLook and contrain a position of camera on different angle.
When the Xaxis.Value is 180 (max value indicated) and i want change the position on -90, the camera passes first on 90, 0 and then -90 which makes a reverse turn to the camera to arrive at the requested position. I tried doubling or tripling the max and min values but the problem remains the same.
Please, help me to make it possible for the camera to go to the different positions without having to make a reverse turn (example: change position to the right indefinitely (posStart > pos1 > pos2 > pos3 > posStart > pos1 > etc…).

8736024–1182747–NewCamCube.cs (3.6 KB)