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

Enabling default-collider without parry renders 34 compilation errors #331

Closed
ManevilleF opened this issue Feb 20, 2024 · 0 comments · Fixed by #333
Closed

Enabling default-collider without parry renders 34 compilation errors #331

ManevilleF opened this issue Feb 20, 2024 · 0 comments · Fixed by #333
Labels
C-Bug Something isn't working

Comments

@ManevilleF
Copy link

There should be a check that either feature is required, giving an explicit compilation error message

@Jondolf Jondolf added the C-Bug Something isn't working label Feb 20, 2024
Jondolf added a commit that referenced this issue Feb 20, 2024
# Objective

Fixes #331 and #332.

Bevy XPBD 0.4 requires some new features, but invalid combinations produce tons of errors and no clear help.

## Solution

Fix the flood of errors and add high-level compile errors that inform how to add the correct features.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants