Skip to content

chore: minimal Unity-Package project manifest (deps via package.json)#30

Merged
IvanMurzak merged 1 commit into
mainfrom
chore/minimal-project-manifest
Jun 8, 2026
Merged

chore: minimal Unity-Package project manifest (deps via package.json)#30
IvanMurzak merged 1 commit into
mainfrom
chore/minimal-project-manifest

Conversation

@IvanMurzak

Copy link
Copy Markdown
Owner

Make the Unity-Package authoring project carry no explicit dependencies — only com.unity.modules.* engine modules remain. Everything else (com.ivanmurzak.unity.mcp, com.unity.test-framework, the feature package, IDE/template cruft) now resolves transitively from the embedded package's own package.json via the OpenUPM scoped registry. Mirrors the maintainer's Cinemachine change. Package source-of-truth = package.json; the project manifest no longer duplicates/pins deps.

Note: only the project manifest changes (not the embedded package). Verified each package's asmdefs don't reference the removed entries.

🤖 Generated with Claude Code

The Unity-Package authoring project no longer declares explicit dependencies
(mcp, test-framework, the feature package). Only com.unity.modules.* engine
modules remain; everything else resolves transitively from the embedded
package's package.json via the OpenUPM scoped registry.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 8, 2026 21:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Unity authoring project’s Packages/manifest.json to keep only built-in com.unity.modules.* entries, relying on the embedded package’s package.json (and the OpenUPM scoped registry) to bring in non-engine dependencies transitively.

Changes:

  • Removed explicit Unity Package Manager dependencies from the project manifest, leaving only engine module dependencies.
  • Kept the OpenUPM scoped registry configuration in the project manifest for dependency resolution.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 2 to 5
"dependencies": {
"com.ivanmurzak.unity.mcp": "0.79.1",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.7",
"com.unity.timeline": "1.7.7",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.12",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
@IvanMurzak IvanMurzak merged commit 5e01767 into main Jun 8, 2026
55 checks passed
@IvanMurzak IvanMurzak deleted the chore/minimal-project-manifest branch June 8, 2026 23:03
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