-
Couldn't load subscription status.
- Fork 42
Open
Description
Currently if your signal handlers need to do structural changes (which happens pretty often in my experience), you need to roll your own Event playback buffer, with a List/Queue etc.
It would be much nicer if you could defer execution of handlers through the same CommandBuffer as other structural changes. For example: CommandBuffer.EmitSignal(entity.Id, new Event())
Metadata
Metadata
Assignees
Labels
No labels