You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bevy_remote treats dynamic components as non-existing, with the exception of the list method when applied to an entity (but not globally).
There are two obstacles to solving this:
BRP identifies components by name. This could be solved by switching to component ids and adding a method to get the corresponding component name (and component mutability while we're at it). Alternatively, uniqueness could be enforced for component names & a name → component id index could be built.
bevy_remote
treats dynamic components as non-existing, with the exception of thelist
method when applied to an entity (but not globally).There are two obstacles to solving this:
The text was updated successfully, but these errors were encountered: