-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
bevy_extract tracking #24483
Copy link
Copy link
Open
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or changeC-FeatureA new feature, making something new possibleA new feature, making something new possibleC-Tracking-IssueAn issue that collects information about a broad development initiativeAn issue that collects information about a broad development initiativeS-Needs-ReviewNeeds reviewer attention (from anyone!) to move forwardNeeds reviewer attention (from anyone!) to move forward
Milestone
Metadata
Metadata
Assignees
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or changeC-FeatureA new feature, making something new possibleA new feature, making something new possibleC-Tracking-IssueAn issue that collects information about a broad development initiativeAn issue that collects information about a broad development initiativeS-Needs-ReviewNeeds reviewer attention (from anyone!) to move forwardNeeds reviewer attention (from anyone!) to move forward
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Needs SME Triage
What problem does this solve or what need does it fill?
e.g.
How do we get there?
Move uniform out of extract_component #23372
Generalise
TemporaryRenderEntityoverAppLabel#24419Specify
AppLabelforSyncComponent/ExtractComponent/ExtractResource#24420Extend
ExtractComponentPluginetc. to specifyAppLabel#24423Extract extract to
bevy_extract#22852Dual extraction #24482
Simplified by Add constraints to
AppLabel#23377What alternative(s) have you considered?
Alternatively, remove extraction entirely. This can be done as followup by
rm -rf crates/bevy_extract/😄