bevy_mod_scripting icon indicating copy to clipboard operation
bevy_mod_scripting copied to clipboard

Dynamic Script Components

Open makspll opened this issue 8 months ago • 1 comments

Summary

  • The ability for scripts to add their own custom queryable components
  • The ability to insert arbitrary data on these, perhaps even set schema

Tasks

  • [x] Add dynamic components and ability to register them
  • [x] Querying
  • [ ] Adding dynamic components to global type cache
  • [ ] Required components (blocked by https://github.com/bevyengine/bevy/issues/18420)

makspll avatar Mar 19 '25 12:03 makspll

Could we also allow adding hooks?

Peepo-Juice avatar Mar 29 '25 17:03 Peepo-Juice