Skip to content

add auto_scene_component rewrite#75

Merged
StrikeForceZero merged 1 commit into
mainfrom
feature/issue-72-auto-scene-component
Jul 6, 2026
Merged

add auto_scene_component rewrite#75
StrikeForceZero merged 1 commit into
mainfrom
feature/issue-72-auto-scene-component

Conversation

@StrikeForceZero

Copy link
Copy Markdown
Owner

resolves #72

Adds #[auto_scene_component] for Bevy 0.19 SceneComponent support.

This mirrors #[auto_component] behavior for:

  • derive
  • reflect
  • register
  • auto_name
  • generics
  • after_build

derive emits Bevy’s SceneComponent derive, reflect emits component reflection metadata, and register delegates to auto_register_type.

@StrikeForceZero StrikeForceZero added this to the v0.11.1 milestone Jun 30, 2026
@StrikeForceZero StrikeForceZero force-pushed the feature/issue-72-auto-scene-component branch from 59dfb8f to e4f3347 Compare June 30, 2026 18:37
@StrikeForceZero StrikeForceZero marked this pull request as ready for review July 6, 2026 16:35
@StrikeForceZero StrikeForceZero force-pushed the feature/issue-72-auto-scene-component branch from e4f3347 to 790767a Compare July 6, 2026 17:41
@StrikeForceZero StrikeForceZero merged commit 18e9c84 into main Jul 6, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: auto_scene_component

1 participant