Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

[RFC] System Execution Order #7363

Closed
HexaField opened this issue Dec 19, 2022 · 0 comments · Fixed by #7864
Closed

[RFC] System Execution Order #7363

HexaField opened this issue Dec 19, 2022 · 0 comments · Fixed by #7864
Assignees

Comments

@HexaField
Copy link
Member

HexaField commented Dec 19, 2022

New Pipeline Name Proposal

requestAnimationFrame:

INPUT
    PRE_SIMULATION
    (update avatar)
    POST_AVATAR_UPDATE
    (physics runs)
    POST_SIMULATION
PRE_TRANSFORM
POST_AVATAR_UPDATE
(transform system runs)
POST_TRANSFORM
(render runs)
POST_RENDER

note: POST_AVATAR_UPDATE runs in both free and fixed

@HexaField HexaField self-assigned this Dec 19, 2022
@HexaField HexaField changed the title Clean up system initialization [RFC] System Execution Order Feb 14, 2023
@HexaField HexaField mentioned this issue Apr 5, 2023
5 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants