Moveover, the moving platform rigidbody should be interpolated if the character position is also interpolated.The code for a simple moving platform is provided here (component, authoring and system):/// Component code using System; using Unity.Entities; using Unity.Mathematics; using UnityEngine; ...
in Unity 6000.0.23f1 (or higher), create a new project and import Corgi Engine v9.2 via the Package Manager open the FeaturesPlatforms demo scene drag a MovingPlatform prefab in the scene, at -72,-2,0 create an empty game object, nest it under it, call it Jumper add a jumper script...