0 votes

Simple question, but it looks like test_move() doesn't care about safe_margin when checking for collision.
With physicalbody2d, If I want to test any possible collision before it happens, I can use test_move() or ray casting. For ray casting I need to test at least few rays depending of the shape of my moving body. With test_move() it's simpler as it will detect overlapping but if safe_margin is something like 100px it seams not to take it in account. Any ideas ?

in Engine by (37 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.