RigidbodyInterpolation.InterpolateRigidbodyInterpolation.InterpolateDescriptionInterpolation will always lag a little bit behind but can be smoother than extrapolation. See Also: Rigidbody.interpolation variable.
JavaScript
rigidbody.interpolation = RigidbodyInterpolation.Interpolate; using UnityEngine; import UnityEngine |
