Search Unity

Question Change the amount of interpolation on Network Transform?

Discussion in 'Netcode for GameObjects' started by JayEngel, Jun 4, 2023.

  1. JayEngel

    JayEngel

    Joined:
    Mar 21, 2021
    Posts:
    6
    Hello, i was wondering if there was a middle point between the interpolate bool being ticked on or off in the inspector on the Network Transform script, for example is there a variable to change the interpolation speed of the transform? The problem i have is that no interpolation makes a jittery movement and full interpolation makes unrealistic movement when it's fast, i need to find a middle point between jitter and accuracy.
     
    zzy905954450 likes this.
  2. RikuTheFuffs-U

    RikuTheFuffs-U

    Unity Technologies

    Joined:
    Feb 20, 2020
    Posts:
    440
    Hi @JayEngel , have you tried changing the server tick rate already? I don't think we have a way to change interpolation settigns right now.
     
  3. EnvisionGames

    EnvisionGames

    Joined:
    Sep 24, 2019
    Posts:
    12
    How can you change the server tick rate?