Conversation
…928741542 chore: update Unity package to beta version 9.4.5-beta.5
…2535859072 chore: update Unity package to beta version 9.4.8-beta.12
…2609259293 chore: update Unity package to beta version 9.4.8-beta.16
…2609601203 chore: update Unity package to beta version 9.4.8-beta.18
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates README with a collapsible recent release notes section and bumps the Unity MCP package version from 9.4.8-beta.17 to 9.4.8-beta.18. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request bumps the MCPForUnity package version from 9.4.8-beta.17 to 9.4.8-beta.18 and adds a collapsible "Recent Updates" section to the README documenting recent version releases and providing a nested "Older releases" reference block. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates top-level project documentation with a “Recent Updates” collapsible section and bumps the Unity package pre-release version.
Changes:
- Added a new “Recent Updates” (nested
<details>) section near the top ofREADME.md. - Bumped
MCPForUnityUnity package version from9.4.8-beta.17to9.4.8-beta.18.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Adds a collapsible “Recent Updates” release-notes snippet near the top of the README. |
| MCPForUnity/package.json | Increments the Unity package pre-release version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| { | ||
| "name": "com.coplaydev.unity-mcp", | ||
| "version": "9.4.8-beta.17", | ||
| "version": "9.4.8-beta.18", |
There was a problem hiding this comment.
The Unity package version was bumped to 9.4.8-beta.18, but the repo’s other version sources are still at 9.4.7 (e.g., root manifest.json and Server/pyproject.toml). This version drift breaks the repository’s release/version-consistency tooling (see tools/update_versions.py) and can cause confusing/incorrect build artifacts. Please update the other version files to the same version (or run tools/update_versions.py) as part of this PR.
| "version": "9.4.8-beta.18", | |
| "version": "9.4.7", |
Update the recent release notes. Maybe not collapsible in the future?
Summary by Sourcery
Update documentation and bump package version for the latest beta release.
Build:
Documentation:
Summary by CodeRabbit
Release Notes
Chores
Documentation