Check if collider is colliding with anything non specific?

Well, is it there a nice way to see if an object is colliding at all? With any object at all.
Like a IsColliding() or something like that? Not a specific object.

I just want to know “Is something colliding with this object at all?”

Thanks for reading, and i’d appreciate any help.

1 Answer

1

OnCollisionStay All of the OnCollision* functions are non-specific, though you can get specific info if you want.

Yeah, i realized 5 seconds after i posted this question, and i couldn't remove it so i figure i just had a brainfart... But thanks for taking your time to answer!

This is an event, not a test (check) which is what is asked in the title.

Doesn't work: "A constant value is expected"