Whose "OnCollisionEnter" gets called first?

Hi,

Welcome to our community! :slight_smile:

I think you are right. You could easily fix that problem by renaming one of the “last” OnCollisionEnter method to OnCollisionExit. The *Enter methods get executed before the *Exit methods.

Alternatively, you could add your concerning scripts to this list and define the execution order.

Did this help?


See also:

1 Like