microsoft / ProjectAcoustics

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

Unity not showing Acoustics in the window tab. #84

Closed Aakriti05 closed 2 years ago

Aakriti05 commented 2 years ago

I have loaded the project acoustics as custom package and followed all steps in the tutorial. But "acoustics" option is not showing in the window tab. Screenshot below. Can anyone help me? WhatsApp Image 2022-04-26 at 13 49 03

NoelCross commented 2 years ago

@Aakriti05 there's usually a message in the console window providing insight into what the problem is. If the message is about a conflict with Unity's version of Newtonsoft assembly, a workaround that we've found is to rename "Newtonsoft.Json.dll" to "PA.Newtonsoft.Json.dll" from the Project Acoustics package. We plan on releasing an update in May that'll address this issue.

Aakriti05 commented 2 years ago

I initially got the "Newtonsoft.Json.dll" error. But after restarting unity it went away. I am using unity 2020.x Should I try unreal if that is more stable ?

NoelCross commented 2 years ago

Switching to Unreal Engine is an option as well, although the full solution at this point requires Wwise as the audio engine. We do plan on releasing a version of PA for Unreal that doesn't require Wwise. Stay tuned for updates on that offering.

Aakriti05 commented 2 years ago

The above idea solved the issue. Thanks!