Open
Description
[REQUIRED] Please fill in the following fields:
- Unity editor version: 2021.3.9f1
- External Dependency Manager version: 1.2.172
- Source you installed EDM4U: .unitypackage
- Features in External Dependency Manager in use: Android Resolver
- Plugins SDK in use: HBRecorder
- Platform you are using the Unity editor on: Mac
[REQUIRED] Please describe the question here:
Hello,
I am trying to include HBRecorder library.
When I build the Android project to work on my implementation, it cannot find the the import statement for the library.
Searching around online, the only way I can get it to import, is if I change the implementation(...) statement to compile(...) inside of the unity libraries' build.gradle. From there I can import, compile and run the application.
Is there anyway I can get this to auto generate the 'compile' statement rather than change it manually every time?
Thanks!