-
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Making BMS deterministic
Blanket issue for determinism issues within BMS
Spawned off of discussions in the discord.
Currently BMS is very likely not deterministic:
- queries for entity script components will not be deterministic as they don't use the ordered versions of bevy queries
- we store various bits of state in
HashMap's which will have non-deterministic retrieval between machines - the order in which the asset server loads scripts will affect in which order they are executed too
Metadata
Metadata
Assignees
Labels
No labels