-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Environment
- Unity 6000.2.14f1 (Unity 6)
- CoPlay v8.15.1 (beta branch)
- macOS
uvinstalled and in PATH
Issue
Opening CoPlay AI Window (Cmd+G) and clicking "Download Dependencies" shows:
Error: failed to get download url for dependencies
Investigation
- The 2022.3 DLL loads on Unity 6000.2 (6000.3 DLL is gated by
UNITY_6000_3_OR_NEWER) CoplayApiClient.DownloadDependencyAsyncis the failing method- MCP connection works fine —
check_compile_errors,execute_script,create_game_objectall work uvis installed (uv 0.9.26) and accessible- Cleared
~/.local/share/Coplay,Temp/Coplay, and package cache — same error - No relevant errors in
~/Library/Logs/Unity/Editor.log
Possible Cause
The 2022.3 DLL may be calling an outdated API endpoint or missing auth context that the 6000.3 DLL handles. Unity 6000.2 falls into a gap between the two DLLs.
Expected
Download dependencies should succeed on Unity 6000.2.x, which is current stable Unity 6.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels