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

How do I Interpolate DOTS physics?

Discussion in 'Physics for ECS' started by Conspiracy, Jan 8, 2020.

  1. Conspiracy

    Conspiracy

    Joined:
    Oct 22, 2016
    Posts:
    40
    Hi,
    I'm currently making a game that requires physics to control the player's character (a ball/sphere) and so I need interpolation for the physics.

    So how can I do that?

    I know there's an option in the RigidBody for GameObjects to use turn on interpolation but there isn't one for entity's physicsBody or physicsStep.
     
  2. Adam-Mechtley

    Adam-Mechtley

    Unity Technologies

    Joined:
    Feb 5, 2007
    Posts:
    290
    Hi! This is something we are investigating as part of a larger question in entities concerning stepping systems at different rates, but there is nothing built-in right now. You would need to manage this on your own in some way in the meantime.
     
    Conspiracy and Mr-Mechanical like this.