Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Android exporter in Projucer for Unity plugins not working #1328

Open
1 task done
GarrettFleischer opened this issue Jan 8, 2024 · 1 comment
Open
1 task done

Comments

@GarrettFleischer
Copy link

Detailed steps on how to reproduce the bug

Create a Unity plugin project and add the android exporter.

What is the expected behaviour?

The output from Android Studio should be a plugin .so file with the correct hooks for unity to initialize it as an audio plugin.

Currently it outputs a .jar file that does have some .so files inside of it, however these do not include the right exported functions that unity requires for it to be recognized as an audio plugin.

Operating systems

Windows, macOS, Linux, iOS, Android, Other

What versions of the operating systems?

Not an OS issue, purely how the android exporter works with unity plugin projects.

Architectures

x86_64, ARM, 64-bit, 32-bit

Stacktrace

No response

Plug-in formats (if applicable)

No response

Plug-in host applications (DAWs) (if applicable)

Unity

Testing on the develop branch

I have not tested against the develop branch

Code of Conduct

  • I agree to follow the Code of Conduct
@ryaneskiljohnson
Copy link

A fix for this would be huge! My team is waiting for JUCE to implement a solution for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants