Network Collider

The NetworkCollider components are a simple way to use Trigger and Collision callbacks with prediction.

Each component offers callbacks for OnEnter, OnStay, and OnExit, which work even during the prediction cycle. These components are needed because of a limitation in Unity's physics system that affects their OnCollisionEnter and OnCollisionExit methods, causing them to not always be executed.

Last updated