Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Load never completes if there are no manifests to process. #41

Open
brandon-reinhart opened this issue May 17, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@brandon-reinhart
Copy link
Contributor

0.1

This is a bit of a weird issue, but if you are using leafwing manifest's AssetLoadingState enum to advance a state machine (for example, a loading screen) and you have no manifests to load (for example, if they are commented out), you'll never advance past PROCESSING.

This is because if there are no manifests check_if_manifests_have_loaded advances, but check_if_manifests_are_processed depends on at least one manifest having called from_raw_manifest.

@brandon-reinhart brandon-reinhart added the bug Something isn't working label May 17, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant