Vimanyu Jain
Vimanyu Jain
Hi @DominatorDuck, Thanks for raising this issue. Newer versions of Unity have stricter checks on inspecting dependent libraries and that is why you are noticing this in Unity 2020. Does...
Good to know that it is not blocking or breaking anything. Yes, we will take a look at ways to avoid this error.
Hi @strawlink, Thanks for providing all the details and the example project. The path not being combined properly is definitely a bug and should be easy to fix but converting...
Here is the code dealing with relative vs absolute paths https://github.com/googlesamples/unity-jar-resolver/blob/3dfc84aba31425c1def8a2da7027757d4b3d59fd/source/AndroidResolver/src/PlayServicesResolver.cs#L2143
Hi @strawlink, Option 1 sounds great. Just to preserve existing behavior, let us default the option to absolute paths. Thank you for making this contribution.