-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Plugin Dependencies #69
Labels
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
X-Controversial
There is active debate or serious implications around merging this PR
Comments
karroffel
added
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
needs guidance
labels
Aug 12, 2020
Plugin ordering could be solved by #1255 instead. |
alice-i-cecile
added
S-Needs-Design-Doc
This issue or PR is particularly complex, and needs an approved design doc before it can be merged
and removed
E-Help-Wanted
labels
Dec 12, 2021
Closed
alice-i-cecile
added
X-Controversial
There is active debate or serious implications around merging this PR
and removed
S-Needs-Design-Doc
This issue or PR is particularly complex, and needs an approved design doc before it can be merged
labels
Feb 28, 2023
Closed
6 tasks
BenjaminBrienen
added
the
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
label
Oct 29, 2024
tychedelia
pushed a commit
to tychedelia/bevy
that referenced
this issue
Nov 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
X-Controversial
There is active debate or serious implications around merging this PR
Some plugins require other plugins to work. We should allow plugins to define dependencies that must be registered before them. This would also help ensure that plugins are registered in the correct order (where that matters).
The text was updated successfully, but these errors were encountered: