Make running the AssetProccessor a runtime option
Open
A-Assets
C-Usability
D-Trivial
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## What problem does this solve or what need does it fill?
Whether the `AssetProccessor` is started or not can currently only be controlled at compile time with the `asset_proccessor` feature flag.
## What solution would you like?
Allow this to be configured at run time through an option on the `AssetPlugin`.
## Additional context
[Discussion on Discord](https://discord.com/channels/691052431525675048/749332104487108618/1171927447483191296)
Contributor guide
Assessment
This issue has not been assessed yet.