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

Add performance note for parsing source geometry #79252

Merged
merged 1 commit into from
Jul 9, 2023

Conversation

smix8
Copy link
Contributor

@smix8 smix8 commented Jul 9, 2023

Adds performance note for parsing source geometry.

Related to #68642.

Performance problems from reading Mesh resources in the navigation mesh baking process are common. Reading back the mesh data from the RenderingServer and GPU is slooooow.

Users do not necessarily know that their performance problems, when parsing source geometry for the navigation mesh baking on the main thread, are often related to the used resource type and not the parsing process in general.

Adds performance note for parsing source geometry.
@smix8 smix8 added enhancement documentation topic:navigation cherrypick:4.1 Considered for cherry-picking into a future 4.1.x release labels Jul 9, 2023
@smix8 smix8 requested a review from a team as a code owner July 9, 2023 19:25
@smix8 smix8 added this to the 4.2 milestone Jul 9, 2023
@akien-mga akien-mga merged commit e4be11b into godotengine:master Jul 9, 2023
13 checks passed
@akien-mga
Copy link
Member

Thanks!

@smix8 smix8 deleted the parse_perf_warning_4.x branch July 9, 2023 22:36
@YuriSizov YuriSizov removed the cherrypick:4.1 Considered for cherry-picking into a future 4.1.x release label Jul 10, 2023
@YuriSizov
Copy link
Contributor

Cherry-picked for 4.1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants