Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

jitter issue

Discussion in 'Cinemachine' started by euwan95, Oct 8, 2018.

  1. euwan95

    euwan95

    Joined:
    Jul 29, 2018
    Posts:
    2
    Hello.
    I'm using a 2D camera. and all the objects are jittering.

    Here's the file that I reproduced the problem:
    https://drive.google.com/open?id=1ftFwyR_tEkXmLylNZbNz1ZdOR_Ts9Ejy

    (you can delete CameraScript_1.cs and VelocityClamp.cs, but there's still problem.)
    After press play button,
    1) target(white one) jitters.
    2) Canvas World Space(Blue one) jitters.
    3) Canvas Screen Space - Camera(Red one) jitters after 10~20 seconds.

    Thank you!

    ps. my email is euwan95@gmail.com, if you need to send some files.
     
  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,658
    Hey @euwan95 sorry for the delay. We're a little swamped right now prepping for Unity LA.
    The jitters go away if you turn off Interpolation on the target.

    CameraScript_1 won't do anything because the CM brain will set the camera's position every frame, overriding what CameraScript_1 is doing.
     
    EmpireStudios likes this.
  3. euwan95

    euwan95

    Joined:
    Jul 29, 2018
    Posts:
    2