-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
bugSomething isn't workingSomething isn't working
Description
After installing mcp-unity via Package Manager (git URL), the Unity console shows warnings about meta file mismatches at the package root level.
Environment:
- Unity 6
- macOS (Apple Silicon)
- mcp-unity installed via git URL
Warnings:
A meta data file (.meta) exists but its asset 'Packages/com.gamelovers.mcp-unity/package-lock.json' can't be found.
Couldn't delete Packages/com.gamelovers.mcp-unity/package-lock.json.meta because it's in an immutable folder.
Asset Packages/com.gamelovers.mcp-unity/server.json has no meta file, but it's in an immutable folder. The asset will be ignored.
Root Cause:
The package root contains:
package-lock.json.meta— but no correspondingpackage-lock.json(the actual file is insideServer~/)server.json— but no correspondingserver.json.meta
Suggested Fix:
- Remove
package-lock.json.metafrom the package root (it's orphaned) - Add
server.json.metato the package root
These are cosmetic warnings and don't affect functionality, but they clutter the console on every domain reload.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working