Search Unity

Burst 1.0.0-preview-3 PropertyChangingEventHandler error

Discussion in 'Burst' started by dgoyette, Mar 14, 2019.

  1. dgoyette

    dgoyette

    Joined:
    Jul 1, 2016
    Posts:
    4,195
    I'm getting the following error after updating to 1.0.0-preview-3. It wasn't occurring under 1.0.00-preview-1:

    Code (CSharp):
    1. Library\PackageCache\com.unity.burst@1.0.0-preview.3\Runtime\BurstCompilerOptions.cs(186,38): error CS0433: The type 'PropertyChangingEventHandler' exists in both 'Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null' and 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
    2.  
    I do have a Newtonsoft.Json DLL in my project, though I'm not sure why the DLL in my main project would conflict with the package.
     
  2. eizenhorn

    eizenhorn

    Joined:
    Oct 17, 2016
    Posts:
    2,684
  3. dgoyette

    dgoyette

    Joined:
    Jul 1, 2016
    Posts:
    4,195
    Totally missed it. Thanks.