Skip to content

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

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)#22
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

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 simplifies the Unity authoring project’s Packages/manifest.json by removing explicit (non-engine-module) package dependencies so they resolve transitively from the embedded package’s package.json via the OpenUPM scoped registry, avoiding duplicated/pinned dependency declarations at the project level.

Changes:

  • Removed direct dependency entries for com.ivanmurzak.unity.mcp, com.unity.test-framework, and com.unity.ide.visualstudio from the Unity project manifest.
  • Kept only com.unity.modules.* engine module dependencies in the project manifest.

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

Comment on lines 1 to 4
{
"dependencies": {
"com.ivanmurzak.unity.mcp": "0.79.1",
"com.unity.ide.visualstudio": "2.0.26",
"com.unity.test-framework": "1.1.33",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
@IvanMurzak IvanMurzak merged commit b5164c2 into main Jun 8, 2026
55 checks passed
@IvanMurzak IvanMurzak deleted the chore/minimal-project-manifest branch June 8, 2026 22:52
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