Search Unity

Package DLL clashing

Discussion in 'Package Manager' started by manpower13, Feb 1, 2021.

  1. manpower13

    manpower13

    Joined:
    Dec 22, 2013
    Posts:
    140
    Hi all!

    Not sure if this is the right forum section, let me know if it had to be placed somewhere else.
    Similar to https://forum.unity.com/threads/bug...ices-unsafe-clashes-with-imported-dll.816426/, I have an issue with the new searcher 4.7.0-preview (required by the latest animation package).

    The following DLLs are clashing with those from Yarn-spinner Unity (https://github.com/YarnSpinnerTool/YarnSpinner-Unity)
    - System.Runtime.CompilerServices.Unsafe.dll
    - System.Buffers.dll
    - Systems.Memory.dll


    What would be the approach to fix this? Can I do anything on the Yarn-spinner Unity side, they seem to have defined the Assemblies correctly? Or do I just have to wait for Unity to change the DLLs?

    Thank you!