bevyengine/bevy

Tracking issue: dynamic APIs and reflection improvements for scripting

Closed this issue · 2 comments

  • #4447
  • *const () -> &dyn Reflect (#4475)
  • by_id component insertion/deletion (currently very tied to rust types and bundles)
  • untyped query (UntypedQuery::new().read(component_id).write(component_id).without(component_id) ?)
  • struct reflect instead of value for VecN (so that .x paths work) (#4540)

I could try to make a PR to address the reflect type for VecN. Seems like an easy enough change