Skip to content

fix: Conflicting asmdef naming#3983

Merged
EmandM merged 5 commits into
develop-3.x.xfrom
fix/conflicting-asmdef
May 15, 2026
Merged

fix: Conflicting asmdef naming#3983
EmandM merged 5 commits into
develop-3.x.xfrom
fix/conflicting-asmdef

Conversation

@EmandM
Copy link
Copy Markdown
Member

@EmandM EmandM commented May 14, 2026

Purpose of this PR

Rename our editor asmdef's and namespaces from Unity.Netcode.Editor to Unity.Netcode.GameObjects.Editor to resolve the conflict with entities netcode and allow for installing the two netcodes side by side.

Jira ticket

MTT-13601

Changelog

  • Changed: All editor assembly definitions are renamed with Unity.Netcode.GameObjects.x variants
    • Unity.Netcode.EditorUnity.Netcode.GameObjects.Editor
    • Unity.Netcode.Editor.CodeGenUnity.Netcode.GameObjects.Editor.CodeGen
    • Unity.Netcode.Editor.PackageCheckerUnity.Netcode.GameObjects.Editor.PackageChecker
    • Unity.Netcode.Editor.TestsUnity.Netcode.GameObjects.Editor.Tests

Documentation

  • Includes edits to existing public API documentation.

Testing & QA (How your changes can be verified during release Playtest)

Functional Testing

Manual testing :

  • Manual testing done

Automated tests:

  • Covered by existing automated tests
  • Covered by new automated tests

Does the change require QA team to:

  • Review automated tests?
  • Execute manual tests?
  • Provide feedback about the PR?

If any boxes above are checked the QA team will be automatically added as a PR reviewer.

Backports

Very breaking change. No ports needed.

@EmandM EmandM requested review from a team, NoelStephensUnity and jabbacakes as code owners May 14, 2026 18:54
Copy link
Copy Markdown
Member

@NoelStephensUnity NoelStephensUnity left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@EmandM EmandM enabled auto-merge (squash) May 15, 2026 15:29
@EmandM EmandM merged commit 54e8a5a into develop-3.x.x May 15, 2026
23 checks passed
@EmandM EmandM deleted the fix/conflicting-asmdef branch May 15, 2026 16:44
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.

3 participants