googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.21k stars 337 forks source link

[Question] Why is there no .unitypackage version of this? #595

Closed derwaldgeist closed 1 year ago

derwaldgeist commented 1 year ago

I had quite some cases now where an upgrade to a new Unity version required an adaption of the PlayServicesResolver.

For instance, I ran into this issue https://github.com/googlesamples/unity-jar-resolver/issues/523 and saw that there is actually a fix for this https://github.com/googlesamples/unity-jar-resolver/commit/6d06c696381ec6882cb9bc94e5bb94c85f96ca4f although it was part of another fix. But now I have to update the resolver somehow to get this fixed in my project.

The docs only describe this for third party packages that want to embed the resolver. Which would now mean that I have to hunt for one that actually has an updated version of the resolver. Not really a nice way to upgrade.

Is there another approach that will get me to the latest version without building a fake plugin myself?!

I would love to see an isolated .unitypackage build that includes the resolver only.

google-oss-bot commented 1 year ago

This issue does not seem to follow the issue template. Make sure you provide all the required information.

derwaldgeist commented 1 year ago

I just saw that there is a folder "exploded/Assets" in this repo. Is it ok to take the files from there?!

derwaldgeist commented 1 year ago

Ok, I found it in the repo.