bdunderscore / ndmf

MIT License
66 stars 21 forks source link

Assembly has duplicate references due to Unity 2019 bug #80

Closed anatawa12 closed 10 months ago

anatawa12 commented 10 months ago
Assembly has duplicate references: lyuma.av3emulator (Packages/nadena.dev.ndmf/Runtime/nadena.dev.ndmf.runtime.asmdef)

Can be happened when we upgraded ndmf.

now, nadena.dev.ndmf.runtime.asmdf in my project is like this (not modified manually, modified by Unity)

{
    "name": "nadena.dev.ndmf.runtime",
    "references": [
        "GUID:ad78a2bc77b7491eb34cece69bb8f0e6",
        "lyuma.av3emulator"
    ],
    "includePlatforms": [],
    "excludePlatforms": [],
    "allowUnsafeCode": false,
    "overrideReferences": false,
    "precompiledReferences": [],
    "autoReferenced": true,
    "defineConstraints": [],
    "versionDefines": [
        {
            "name": "com.vrchat.avatars",
            "expression": "",
            "define": "NDMF_VRCSDK3_AVATARS"
        },
        {
            "name": "lyuma.av3emulator",
            "expression": "",
            "define": "NDMF_LYUMA_AV3EMU"
        }
    ],
    "noEngineReferences": false
}
bdunderscore commented 10 months ago

🙄