Skip to content

Asmdef's reference assemblies by GUID, causing null ref's when importing into projects. #563

@AlanSherba

Description

@AlanSherba

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"
],

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions