unity-jar-resolver
unity-jar-resolver copied to clipboard
Unity plugin which resolves Android & iOS dependencies and performs version management
Some plugins want to move files about in Unity packages and Unity seems to require moving components into folders to upload to the asset store (see https://github.com/googlesamples/unity-jar-resolver/issues/190 ) Since importing...
If we call this: Google.VersionHandler.InvokeInstanceMethod(svcSupport, "DependOn", new object[] { "com.android.support", "support-v4", "LATEST" }, namedArgs: new Dictionary() { { "packageIds", new string[] { "extra-android-m2repository" } } }); then Play Services Resolver...
The Android resolver currently supports the `groupId:artifactId:version@packaging` format for defining Android dependencies, however as per [Maven's specification](http://maven.apache.org/pom.html#Maven_Coordinates) the POM can also have a `classifier` property. For example: ```xml com.pollfish pollfish...
## Issue This resolver plugin should limit the upper bounds of all modules under the `com.android.support` group to match `compileSdkVersion`. Example if `com.android.support` revision 26 is used when Unity uses...
Hi, First of all thanks for the nice plugin. Can you add the ability to prevent the resolver from downloading alpha versions, especially when some dependency was specified with 'LATEST'...
### [READ] For Firebase Unity SDK question, please report to [Firebase Unity Sample](https://github.com/firebase/quickstart-unity/issues/new/choose) Once you've read this section and determined that your issue is appropriate for this repository, please delete...
### [REQUIRED] Please fill in the following fields: * Unity editor version: 2021.3.11f1 * External Dependency Manager version: 1.2.173 * Source you installed EDM4U: unitypackage(.unitypackage or Unity Package Manager) *...
Also optimize for copy-paste workflow.
Fix #544 - Make `Assets/PlayServiceResolver` optional when export plugin.
### [REQUIRED] Please fill in the following fields: * Unity editor version: _____ * External Dependency Manager version: _____ * Source you installed EDM4U: _____ (.unitypackage or Unity Package Manager)...