Hi i'm using the prediction V1 v3.11.12R with rigidbody.
Since the prediction system works by making the player on the client and server have the same state (position etc..) at a determined time, is it possible to know and coordinate events through this determined time? Be it ticks or something else.
I've found PredictionManager.lastReplicateTick but I'm not sure if that's the answer.