Placeholder-Software / Dissonance

Unity Voice Chat Asset
69 stars 5 forks source link

[help] Error while building for UWP, missing ARM .dll, where I can find it? #186

Closed amfdeluca closed 4 years ago

amfdeluca commented 4 years ago

Context

Missing ARM .dll plugin for UWP, how can i solve the issue? Can i get it somewhere?

Expected Behavior

Building without errors

Actual Behavior

Not building

Steps to Reproduce

  1. Build for UWP with architecture ARM
  2. Trying to create app package on VS2019
  3. Error

Your Environment

Unity 2018.4.9f1, VS2019,

martindevans commented 4 years ago

The plugins for UWP/ARM should be located in Assets/Plugins/Dissonance/Plugins/UWP/ARM and there should be two of them: opus.dll and AudioPluginDissonance.dll. Are those files missing in your installation?

If they are there could you also check that the inspector show the files are set to be included in the UWP player build. Often the asset store installer can fail to install these settings correctly.

mechpil0t commented 4 years ago

@martindevans im also having this issue when building for hololens 2

Assets/Plugins/Dissonance/Plugins/UWP/ARM does not exists in my version downloaded from the asset store (im using mirror networking version)

martindevans commented 4 years ago

I've just checked and the asset store definitely shows that those files should be included:

firefox_2020-04-03_15-51-35

Could you try a complete clean download from the asset store (make sure to restart the editor before downloading and installing). If that still doesn't get the files please send an email to martin@placeholder-software.co.uk with your invoice number and I can send you those files directly.

amfdeluca commented 4 years ago

I've solved the issue as Martindevans says, however, I was wondering if there was also a specific version for ARM64

martindevans commented 4 years ago

Since it seems like this issue is fixed I'll close it for now, don't hesitate to re-open it if there's still a problem :)

There's not a separate ARM64 DLL since Unity itself doesn't make the distinction between ARM64/ARMv7a architectures for UWP:

2020-04-03_18-07-36