Search Unity

Confiner and offset extensions

Discussion in 'Cinemachine' started by alkaitagi, Nov 21, 2019.

  1. alkaitagi

    alkaitagi

    Joined:
    Dec 8, 2016
    Posts:
    87
    So my set up is fairly simple. I have a virtual camera with 2 extensions on it: 2d confiner and offset. The problem is, somehow offset has higher priority, so it makes the confiner go beyond its bounds. How do make the offset respect the confiner?
     
  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,724
    Can you try editing the script execution order to make CinemachineCameraOffset happen before CinemachineConfiner?