-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
A-Dev-ToolsTools used to debug Bevy applications.Tools used to debug Bevy applications.C-FeatureA new feature, making something new possibleA new feature, making something new possibleD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Needs-ReviewNeeds reviewer attention (from anyone!) to move forwardNeeds reviewer attention (from anyone!) to move forwardX-UncontroversialThis work is generally agreed uponThis work is generally agreed upon
Description
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
Labels
A-Dev-ToolsTools used to debug Bevy applications.Tools used to debug Bevy applications.C-FeatureA new feature, making something new possibleA new feature, making something new possibleD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Needs-ReviewNeeds reviewer attention (from anyone!) to move forwardNeeds reviewer attention (from anyone!) to move forwardX-UncontroversialThis work is generally agreed uponThis work is generally agreed upon