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

fix: Stop checking hierarchy changed in playmode #3027

Conversation

NoelStephensUnity
Copy link
Collaborator

@NoelStephensUnity NoelStephensUnity commented Aug 23, 2024

This is a backport of #3026.
This PR addresses a user pain where the NetworkManagerHelper would continue to perform checks when there were hierarchy changes which can impact performance.

MTTB-375

fix: #3017

Changelog

  • Fixed issue where the NetworkManagerHelper was continuing to check for hierarchy changes when in play mode.

Testing and Documentation

  • Tested manually.
  • No documentation changes or additions were necessary.

Backport fix of #3026
adding changelog entry
adding PR number to changelog entry
@NoelStephensUnity NoelStephensUnity marked this pull request as ready for review August 23, 2024 23:03
@NoelStephensUnity NoelStephensUnity requested a review from a team as a code owner August 23, 2024 23:03
@NoelStephensUnity
Copy link
Collaborator Author

Requires #3024 to be merged in order to pass the package check.

@NoelStephensUnity NoelStephensUnity merged commit 6d43f0a into develop Aug 26, 2024
24 checks passed
@NoelStephensUnity NoelStephensUnity deleted the fix/stop-checking-hierarchy-changed-in-playmode-backport branch August 26, 2024 19:40
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.

Could you remove that function from Netcode scripts or disable it in playmode?
2 participants