bevyengine / bevyengine/bevy

Get current schedule label in a system

Open
#23,148 0 comments 0 reactions 0 assignees View on GitHub
A-ECS C-Feature D-Modest S-Ready-For-Implementation
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 16h
Merged PRs (30d)
171

Description

## What problem does this solve or what need does it fill?

When completing #23140, I need to know the current schedule label to execute the corresponding queues.

## What solution would you like?

1. Use a Resource, updated per schedule label.
2. Add an update command for each schedule.
3. In schedule_scope, extract the label and update the Resource.

Contributor guide

Open the contributing guide

Research direction

Start by reading the work described in #23140 and the existing schedule_scope entry point. Compare the proposed Resource, per-schedule update command, and label-extraction approaches, then confirm that the current schedule label is available for executing the corresponding queues.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
game-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.