Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

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:
    2
    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.
     
  2. RikuTheFuffs-U

    RikuTheFuffs-U

    Unity Technologies

    Joined:
    Feb 20, 2020
    Posts:
    426
    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.