-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Make it so it's easy to turn the effects of modules on and off at runtime.
This implementation should work like this:
- Per-module on/off flag
- Skip _process calls (from the main app) on modules that are disabled
- Sync
scene_initandscene_shutdowncalls with module activation/deactivation - Fixup existing
scene_init/scene_shutdowncalls in the main app to be aware of module activation status
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request