Skip to content

Auditing Determinism in BMS #439

@makspll

Description

@makspll

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions