Skip to content
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

Box 2D collider does not work properly when colliding with another Box 2D collider #1707

Closed
Jklawreszuk opened this issue Jul 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Jklawreszuk
Copy link
Collaborator

Jklawreszuk commented Jul 4, 2023

Release Type: Official Release/GitHub
Version: master
Platform(s): Windows (any?)

To Reproduce
Steps to reproduce the behavior:

  1. Create new empty Stride project
  2. Add Rigidbody component or Character component to Sphere entity
    • Add Box Collider Shape and check Is2D flag
  3. Add StaticBody to Ground entity
    • Add Box Collider Shape and check Is2D flag

Expected behavior
Collision should stop entity from moving

Test cases for collision detection I made
image

Video

stride.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant