googlesamples / googlesamples/unity-jar-resolver
Add credentials to dependency XML
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 371
- Avg merge
- 14h 21m
- Merged PRs (30d)
- 3
Description
### [REQUIRED] Please fill in the following fields:
* Unity editor version:All
* External Dependency Manager version:All
* Source you installed EDM4U: unitypackage
* Features in External Dependency Manager in use:Android Resolver,
* Plugins SDK in use: None
* Platform you are using the Unity editor on:MAC
### [REQUIRED] Please describe the question here:
Is there is a way to add to the Dependency.xml credentials like :
maven {
credentials {
username = 'username'
password = 'password'
}
url 'https://private-maven.com'
authentication {
basic(BasicAuthentication)
}
}
This is for our internal testing
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.