Skip to content

Update Async Task documentation #9594

@ewrogers

Description

@ewrogers

How can Bevy's documentation be improved?

The current examples for using async computing are out of date. Specifically, they use the older v0.7 syntax of Res<AsyncComputeTaskPool>, which will not compile in current Bevy (0.11.2).

Additionally, the async compute and Task system is not highlighted at all in current documentation. Coming from Unity's DOTS and Job pipelines, I was looking for a similar analog.

As luck would have it, I ran across Logic Projects' great video on Pathfinding + Bevy Async Tasks which was exactly what I was trying to do. The relevant source code can be found on the Github project.

I think it would be immensely useful for developers to know that Bevy supports this, and refreshed documentation on how to use it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-TasksTools for parallel and async workC-DocsAn addition or correction to our documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions