When importing as a GIT package, certain asmdef ref's are lost since they are GUID based. Causing the package to not compile.
Should replace the GUID lines with the assembly names instead.
|
"references": [ |
|
"MCPForUnity.Runtime", |
|
"GUID:560b04d1a97f54a46a2660c3cc343a6f" |
|
], |
|
"references": [ |
|
"GUID:560b04d1a97f54a46a2660c3cc343a6f" |
|
], |

When importing as a GIT package, certain asmdef ref's are lost since they are GUID based. Causing the package to not compile.
Should replace the GUID lines with the assembly names instead.
unity-mcp/MCPForUnity/Editor/MCPForUnity.Editor.asmdef
Lines 4 to 7 in 9879626
unity-mcp/MCPForUnity/Runtime/MCPForUnity.Runtime.asmdef
Lines 4 to 6 in 9879626