Closed
Description
What problem does this solve or what need does it fill?
v0.16 introduced Unified ECS Error Handling. This new approach works well for scheduled systems and observers but doesn't seem to be properly supported for one-shot systems.
What solution would you like?
Support returning Result
from one-shot systems.