sunkin351 / FmodAudio

C# .NET 5+ Wrapper for the Fmod audio library
MIT License
40 stars 4 forks source link

Should this work an android? #8

Closed ChriD closed 2 years ago

ChriD commented 2 years ago

Hi, I try to use this lib with .NET6 MAUI It works fine in windows, but on android it says System.PlatformNotSupportedException: 'Operation is not supported on this platform.' Could this be because it can't find the fmod libs for android?

sunkin351 commented 2 years ago

Stack trace and operation details please. ^_^

ChriD commented 2 years ago

I use Visual Studio 2022 17.2.0 Preview 1

image

The error raises from here image

I think there is the "isAndroid" condition missing... https://docs.microsoft.com/en-us/dotnet/api/system.operatingsystem.isandroid?view=net-6.0

So this indicates that the lib is not ready for and was never tried for android? But it may work out of the box if the android condition is beeing added...

sunkin351 commented 2 years ago

What's the lib name on android?

ChriD commented 2 years ago

Sorry, i am away from my computer, right now typing from phone, i can tell you tomorrow.

sunkin351 commented 2 years ago

Found the docs outlining it. I'll update the code and push a nuget update as soon as I can.

sunkin351 commented 2 years ago

Fixed with commit c807436cab7b96c2d8847aeae60470d6edb6ccf6 Nuget package update soon to follow.