Disable Arc Rotate Camera movement

How can I disable moving camera with RMB or 2 fingers? I’ve tried setting the focus, changing movement speed to 0. My goal is to always keep the object in the middle of the canvas. Thanks in advance!

1 Like

I assume you refer to the panning? the simplest way is to set panningSensibility to 0

2 Likes

@RaananW I should have mentioned I am using Unity-> BJS pipeline and configuring this camera via exposed inspector, which does not have this property (or it is aliased). Anyway, I set this in code and it did the job. Thanks!

1 Like