Search Unity

Problem using Jobs preview package

Discussion in 'Editor & General Support' started by O_Monteiro, Oct 11, 2021.

  1. O_Monteiro

    O_Monteiro

    Joined:
    Jul 7, 2015
    Posts:
    4
    Hi all,

    Has anyone ran into an issue when trying to use the preview package Jobs while already having a package for Newtonsoft Json.net?

    I tried it and I get a package conflict:

    GUID [a8a90c35b04530c4f971aaef6fdf3612] for asset 'Packages/com.unity.nuget.newtonsoft-json/link.xml' conflicts with:
    'Packages/jillejr.newtonsoft.json-for-unity/link.xml' (current owner)
    We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.


    Any suggestions on how to deal with this?
    The json.net package from jillejr is a dependency that I can't get rid off because it's required by another package that I use.

    How can these two co-exist?

    Cheers and thanks in advance!

    PS: Using
    Unity 2019.4.28f1
    Json.NET 12.0.3 for Unity
    Jobs 0.2.10-preview.13