if I have two big objects collide is there a way to get the X,Y coordinates of where these two objects are hitting, or overlapping so I can add an effect there? like collision X, y ?
or maybe there are some behaviors that can track collision points?
Edit: or get nearest image point, or anything like this?
If your objects are the same size, this can easily be calculated like this.
And if they are different sizes you can probably add some math magic and calculate that as well.