-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More one-way collision issues #11357
Comments
Is that 2d or 3d. |
@toger5 there is no one way collision in 3D... (and probably won't ever be) |
Okay than its unrelated... |
We have now entered release freeze for Godot 3.0 and want to focus only on release critical issues for that milestone. Therefore, we're moving this issue to the 3.1 milestone, though a fix may be made available for a 3.0.x maintenance release after it has been tested in the master branch during 3.1 development. If you consider that this issue is critical enough to warrant blocking the 3.0 release until fixed, please comment so that we can assess it more in-depth. |
Hi @akien-mga - this is a block for me now. I'm using one way platforms with a character that has a capsule collider. I think it's related to this issue #10971. Seems like a fix was made for rectangular collisions shapes but not circular or capsule. |
Operating system or device, Godot version
Linux Mint 18.2 Cinnamon x64, Godot master d22ceee
Issue description:
@reduz on IRC asked that I create this issue for him to keep track with. It covers two problems:
is_on_floor()
seems to returntrue
prematurely when jumping through a one-way collision under certain conditionsSteps to reproduce:
You should be able to reproduce these problems with this sample project I created
For the "falling through floor" bug:
For the
is_on_floor()
issue:The text was updated successfully, but these errors were encountered: