Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

#130 added option to call non-async versions of rebuild #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mikaelhogstrom
Copy link

Added option to call non-async versions of rebuild, as doing so causes internal issues with allocations in Unity 2022.2.11f1, 2023.1.0b8, 2023.2.0a7, giving the warning: deleting an allocation that is older than its permitted lifetime of 4 frames. Reportedly this is not just a warning you can ignore, but causes real errors in some build: https://forum.unity.com/threads/updatenavmeshdataasync-jobtempalloc-lifespan-of-4-frames-schedulejobforeach-buildnavmeshinfo.1385553/

Also renamed async one to include suffix async, so that's a breaking change there.

…named async one to include suffix async, so breaking change there...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant