microsoft / ProjectAcoustics

Microsoft Project Acoustics
https://aka.ms/acoustics
Creative Commons Attribution 4.0 International
135 stars 21 forks source link

Unity 2020 - Newtonsoft.json #80

Closed Larzone24 closed 2 years ago

Larzone24 commented 2 years ago

Hi, when importing the sample pack in Unity 2020 (tested with 2020.3.24f1 and 2020.3.28f1) there is an error during import and the issue reported is that the file "Newtonsoft.Json" can be found in multiple location, one in the Asset > Acoustics > Editor > Plugin > Windows and the other one in Library > PackageCache > com.unity.nuget.newtonsoft-json@2.0.0 > Runtime.

This interfere with the importer I believe so the sample scene wont work. A work around is to delete the file in the asset folder and I believe I also reimported the asset but without that file. After this the demo worked but I needed to specify the CameraHolder in the Accoustic Demo Controls Script.

Non of this was an issue in Unity 2019.

I haven't found any information about what Unity versions are supported but I post this here just in case.

Larzone24 commented 2 years ago

Sorry, saw now that this was already reported in https://github.com/microsoft/ProjectAcoustics/issues/65.