Skip to content

bevy_remote add resource request #17931

@1ADIS1

Description

@1ADIS1

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

Currently, there is no request in bevy_remote crate for getting a resource. In my case, another app needs to spawn entity based on the app state, which currently I have to store in the custom component to get it with "bevy/get".

What solution would you like?

I propose to introduce a "bevy/resource" for getting a resource with fully-qualified name like in the other requests.

What alternative(s) have you considered?

Workaround is to create a component and store resource value there (current state, in my case).

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-Dev-ToolsTools used to debug Bevy applications.C-FeatureA new feature, making something new possibleD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesS-Needs-ReviewNeeds reviewer attention (from anyone!) to move forwardX-UncontroversialThis work is generally agreed upon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions