Skip to content

Tilemap chunk update has ambiguous scheduling #22145

@tbillington

Description

@tbillington

TilemapChunks are updated once per frame in update, however the system is not in any system sets not is it public so it can't be scheduled around in user code. This results in it potentially being scheduled at any point in Update causing potentially one frame late delays or not depending on the whims of the scheduler.

Reported on discord by user weykent https://discord.com/channels/691052431525675048/691052431974465548/1448481798211502220.

The workaround they're currently using is copying the system code into their own project and adding it a second time scheduled after their systems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-RenderingDrawing game state to the screenC-BugAn unexpected or incorrect behaviorD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!X-UncontroversialThis work is generally agreed upon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions