Plugins settings
#14735
Replies: 2 comments 2 replies
-
|
No. Sometimes the plugins use the settings to insert resources into the app that can be controlled at runtime though. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
It depends on the plugin. Most plugins will insert resources that can be modified after initialization. Likewise, you can modify plugins in groups at insertion time via For example: bevy/examples/tools/scene_viewer/main.rs Lines 30 to 46 in a346515 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to modify settings of a plugin after the creation of the application?
Beta Was this translation helpful? Give feedback.
All reactions