Skip to content

v9.6.4 compile error: ErrorResponse type missing in ManageTexture / ManagePrefabs / MemorySnapshotOps #1020

@c0sogi

Description

@c0sogi

Environment

Problem

After updating to v9.6.4, Unity fails to compile the package because ErrorResponse cannot be resolved from multiple package files under Library/PackageCache.

Errors

Library\PackageCache\com.coplaydev.unity-mcp@61521a26b7\Editor\Tools\Profiler\Operations\MemorySnapshotOps.cs(193,24): error CS0246: The type or namespace name 'ErrorResponse' could not be found (are you
missing a using directive or an assembly reference?)

Library\PackageCache\com.coplaydev.unity-mcp@61521a26b7\Editor\Tools\ManageTexture.cs(34,24): error CS0246: The type or namespace name 'ErrorResponse' could not be found (are you missing a using directive or
an assembly reference?)

Library\PackageCache\com.coplaydev.unity-mcp@61521a26b7\Editor\Tools\Prefabs\ManagePrefabs.cs(728,40): error CS0246: The type or namespace name 'ErrorResponse' could not be found (are you missing a using
directive or an assembly reference?)

Library\PackageCache\com.coplaydev.unity-mcp@61521a26b7\Editor\Tools\Prefabs\ManagePrefabs.cs(975,39): error CS0246: The type or namespace name 'ErrorResponse' could not be found (are you missing a using
directive or an assembly reference?)

Library\PackageCache\com.coplaydev.unity-mcp@61521a26b7\Editor\Tools\Prefabs\ManagePrefabs.cs(1153,43): error CS0246: The type or namespace name 'ErrorResponse' could not be found (are you missing a using
directive or an assembly reference?)

Notes

  • This does not appear to come from project code. The errors are inside the package cache for com.coplaydev.unity-mcp.
  • The issue started after updating to v9.6.4 / commit 61521a2.
  • It looks like either:
    • ErrorResponse was removed/renamed but references were left behind, or
    • the type exists in another assembly/namespace but is no longer visible from these files.

Expected

The package should compile cleanly after installation/update.

Actual

Unity cannot finish compilation, so the package is unusable in the editor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions