Skip to content

fix: suggested fixes for #3514 #3538

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

Open
wants to merge 6 commits into
base: fix/destroy-in-scene-placed-objects
Choose a base branch
from

Conversation

NoelStephensUnity
Copy link
Collaborator

Suggested fixes for the discovered DA only issue where non-authority instances would not automatically remove children from a parent NetworkObject being despawned by the authority.

See: #3514

Changelog

NA

Testing and Documentation

  • Includes minor integration test modifications.
  • No documentation changes or additions were necessary.

Backport

No backport needed as this is all v2.x.

@NoelStephensUnity NoelStephensUnity requested a review from a team as a code owner July 8, 2025 23:02
updated one of the comments
Adjusting the hasDAAuthority to include DAHost.
we should be able to create a PR from another fix PR and have CI trigger on that too.
@NoelStephensUnity NoelStephensUnity requested review from EmandM and a team as code owners July 9, 2025 00:05
Removing single white space after comment.
@@ -66,6 +66,7 @@ pull_request_trigger:
- "develop"
- "develop-2.0.0"
- "/release\/.*/"
- "/fix\/.*/"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why to add this automatically? My understanding is that we don't need to "waste resources" and enforce the test passing for PRs that are not "landing". So what I would do is to trigger those tests manually in Yamato if you want to ensure that it's passing.
Otherwise notice that if there is a PR targeting develop branch to which you are merging then after the merge the tests will automatically run on that branch

Also fix/ may be a bit general in a way that someone may be surprised by enforced tests (in my opinion)

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.

2 participants