0 votes

Hi
When scene in Godot is played with "Visible Collision Shapes" we can see CollisionShapes (blue) and colliding points (orange dot). How can I get position of that points?

I have rigidbody colliding with map created using TileMap. I can get list of collisions (using contact monitor) but if it collide in two points with one TileMap I have only one information (ex. TileMap:571). In this project I need position of collision points (like its visible on screenshot). Object in my project will collide most time with this one TileMap and sometimes with other objects.

enter image description here

in Engine by (227 points)

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.