External Dependency Manager for Unity
========
# Overview
The External Dependency Manager for Unity (EDM4U)
(formerly Play Services Resolver / Jar Resolver) is intended to be used by any
Unity plugin that requires:
* Android specific libraries (e.g
[AARs](https://developer.android.com/studio/projects/android-library.html)).
* iOS [CocoaPods](https://cocoapods.org/).
* Version management of transitive dependencies.
* Management of Package Manager (PM) Registries.
Updated releases are available on
[GitHub](https://github.com/googlesamples/unity-jar-resolver)
# Background
Many Unity plugins have dependencies upon Android specific libraries, iOS
CocoaPods, and sometimes have transitive dependencies upon other Unity plugins.
This causes the following problems:
* Integrating platform specific (e.g Android and iOS) libraries within a
Unity project can be complex and a burden on a Unity plugin maintainer.
* The process of resolving conflicting dependencies on platform specific
libraries is pushed to the developer attempting to use a Unity plugin.
The developer trying to use you plugin is very likely to give up when
faced with Android or iOS specific build errors.
* The process of resolving conflicting Unity plugins (due to shared Unity
plugin components) is pushed to the developer attempting to use your Unity
plugin. In an effort to resolve conflicts, the developer will very likely
attempt to resolve problems by deleting random files in your plugin,
report bugs when that doesn't work and finally give up.
EDM provides solutions for each of these problems.
## Android Dependency Management
The *Android Resolver* component of this plugin will download and integrate
Android library dependencies and handle any conflicts between plugins that share
the same dependencies.
Without the Android Resolver, typically Unity plugins bundle their AAR and
JAR dependencies, e.g. a Unity plugin `SomePlugin` that requires the Google
Play Games Android library would redistribute the library and its transitive
dependencies in the folder `SomePlugin/Android/`. When a user imports
`SomeOtherPlugin` that includes the same libraries (potentially at different
versions) in `SomeOtherPlugin/Android/`, the developer using `SomePlugin` and
`SomeOtherPlugin` will see an error when building for Android that can be hard
to interpret.
Using the Android Resolver to manage Android library dependencies:
* Solves Android library conflicts between plugins.
* Handles all of the various processing steps required to use Android
libraries (AARs, JARs) in Unity 4.x and above projects. Almost all
versions of Unity have - at best - partial support for AARs.
* (Experimental) Supports minification of included Java components without
exporting a project.
## iOS Dependency Management
The *iOS Resolver* component of this plugin integrates with
[CocoaPods](https://cocoapods.org/) to download and integrate iOS libraries
and frameworks into the Xcode project Unity generates when building for iOS.
Using CocoaPods allows multiple plugins to utilize shared components without
forcing developers to fix either duplicate or incompatible versions of
libraries included through multiple Unity plugins in their project.
## Package Manager Registry Setup
The [Package Manager](https://docs.unity3d.com/Manual/Packages.html)
(PM) makes use of [NPM](https://www.npmjs.com/) registry servers for package
hosting and provides ways to discover, install, upgrade and uninstall packages.
This makes it easier for developers to manage plugins within their projects.
However, installing additional package registries requires a few manual steps
that can potentially be error prone. The *Package Manager Resolver*
component of this plugin integrates with
[PM](https://docs.unity3d.com/Manual/Packages.html) to provide a way to
auto-install PM package registries when a `.unitypackage` is installed which
allows plugin maintainers to ship a `.unitypackage` that can provide access
to their own PM registry server to make it easier for developers to
manage their plugins.
## Unity Plugin Version Management
Finally, the *Version Handler* component of this plugin simplifies the process
of managing transitive dependencies of Unity plugins and each plugin's upgrade
process.
For example, without the Version Handler plugin, if:
* Unity plugin `SomePlugin` includes `EDM4U` plugin at
version 1.1.
* Unity plugin `SomeOtherPlugin` includes `EDM4U`
plugin at version 1.2.
The version of `EDM4U` included in the developer's project depends upon the
order the developer imports `SomePlugin` or `SomeOtherPlugin`.
This results in:
* `EDM4U` at version 1.2, if `SomePlugin` is imported then `SomeOtherPlugin`
is imported.
* `EDM4U` at version 1.1, if `SomeOtherPlugin` is imported then
`SomePlugin` is imported.
The Version Handler solves the problem of managing transitive dependencies by:
* Specifying a set of packaging requirements that enable a plugin at
different versions to be imported into a Unity project.
* Providing activation logic that selects the latest version of a plugin
within a project.
When using the Version Handler to manage `EDM4U` included in `SomePlugin` and
`SomeOtherPlugin`, from the prior example, version 1.2 will always be the
version activated in a developer's Unity project.
Plugin creators are encouraged to adopt this library to ease integration for
their customers. For more information about integrating EDM4U
into your own plugin, see the [Plugin Redistribution](#plugin-redistribution)
section of this document.
# Analytics
The External Dependency Manager for Unity plugin by default logs usage to Google
Analytics. The purpose of the logging is to quantitatively measure the usage of
functionality, to gather reports on integration failures and to inform future
improvements to the developer experience of the External Dependency Manager
plugin. Note that the analytics collected are limited to the scope of the EDM4U
plugin’s usage.
For details of what is logged, please refer to the usage of
`EditorMeasurement.Report()` in the source code.
# Requirements
The *Android Resolver* and *iOS Resolver* components of the plugin only work
with Unity version 4.6.8 or higher.
The *Version Handler* component only works with Unity 5.x or higher as it
depends upon the `PluginImporter` UnityEditor API.
The *Package Manager Resolver* component only works with
Unity 2018.4 or above, when
[scoped registry](https://docs.unity3d.com/Manual/upm-scoped.html)
support was added to the Package Manager.
# Getting Started
Before you import EDM4U into your plugin project, you first
need to consider whether you intend to *redistribute* `EDM4U`
along with your own plugin.
## Plugin Redistribution
If you're a plugin maintainer, redistributing `EDM4U` inside your own plugin
will ease the integration process for your users, by resolving dependency
conflicts between your plugin and other plugins in a user's project.
If you wish to redistribute `EDM4U` inside your plugin,
you **must** follow these steps when importing the
`external-dependency-manager-*.unitypackage`, and when exporting your own plugin
package:
1. Import the `external-dependency-manager-*.unitypackage` into your plugin
project by
[running Unity from the command line](https://docs.unity3d.com/Manual/CommandLineArguments.html), ensuring that
you add the `-gvh_disable` option.
1. Export your plugin by [running Unity from the command line](https://docs.unity3d.com/Manual/CommandLineArguments.html), ensuring that
you:
- Include the contents of the `Assets/PlayServicesResolver` directory.
- Add the `-gvh_disable` option.
You **must** specify the `-gvh_disable` option in order for the Version
Handler to work correctly!
For example, the following command will import the
`external-dependency-manager-1.2.46.0
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
Glass Bridge Challenge玻璃桥挑战Unity热门休闲益智游戏项目源码C# 描述 一款休闲益智游戏,你必须安全地落入其中。它看似简单,实则深刻。畅玩广泛的关卡,在享受乐趣的同时磨练你的智慧。 《玻璃挑战》中的谜题不仅仅是二维谜题;而是二维谜题。它们是复杂的空间挑战,需要玩家在透明碎片的迷宫中穿行。 从排列玻璃块到将它们安装成特定的形状,每个关卡都会引入新的变化,让玩家保持警惕。 成功组装复杂玻璃结构的满足感证明了游戏能够吸引和刺激玩家的认知能力。 特征 支持Unity版本2020.3.18f1及以上 50 个关卡 易于换肤 简易水平仪 Admob 横幅和插页式广告 启动画面 准备发布
资源推荐
资源详情
资源评论
收起资源包目录
Glass Bridge Challenge玻璃桥挑战Unity热门休闲益智游戏项目源码C# (2001个子文件)
com.google.android.gms.play-services-ads-19.3.0.aar 2.73MB
com.google.android.gms.play-services-ads-lite-19.3.0.aar 850KB
androidx.core.core-1.0.0.aar 618KB
com.google.android.gms.play-services-basement-17.0.0.aar 271KB
com.google.android.gms.play-services-measurement-base-17.1.0.aar 221KB
com.google.android.gms.play-services-gass-19.3.0.aar 165KB
androidx.fragment.fragment-1.0.0.aar 153KB
googlemobileads-unity.aar 77KB
androidx.browser.browser-1.0.0.aar 61KB
androidx.viewpager.viewpager-1.0.0.aar 52KB
androidx.coordinatorlayout.coordinatorlayout-1.0.0.aar 43KB
com.google.android.gms.play-services-measurement-sdk-api-17.1.0.aar 42KB
com.google.android.gms.play-services-tasks-17.0.0.aar 39KB
androidx.loader.loader-1.0.0.aar 33KB
androidx.customview.customview-1.0.0.aar 32KB
androidx.swiperefreshlayout.swiperefreshlayout-1.0.0.aar 32KB
androidx.drawerlayout.drawerlayout-1.0.0.aar 32KB
androidx.versionedparcelable.versionedparcelable-1.0.0.aar 27KB
androidx.slidingpanelayout.slidingpanelayout-1.0.0.aar 23KB
com.google.android.gms.play-services-ads-identifier-17.0.0.aar 17KB
androidx.print.print-1.0.0.aar 15KB
androidx.legacy.legacy-support-core-ui-1.0.0.aar 11KB
androidx.documentfile.documentfile-1.0.0.aar 11KB
androidx.cursoradapter.cursoradapter-1.0.0.aar 10KB
androidx.lifecycle.lifecycle-livedata-2.0.0.aar 9KB
androidx.lifecycle.lifecycle-runtime-2.0.0.aar 9KB
androidx.lifecycle.lifecycle-livedata-core-2.0.0.aar 8KB
com.google.android.gms.play-services-ads-base-19.3.0.aar 8KB
androidx.asynclayoutinflater.asynclayoutinflater-1.0.0.aar 8KB
androidx.interpolator.interpolator-1.0.0.aar 7KB
androidx.localbroadcastmanager.localbroadcastmanager-1.0.0.aar 7KB
androidx.lifecycle.lifecycle-viewmodel-2.0.0.aar 7KB
androidx.arch.core.core-runtime-2.0.0.aar 5KB
androidx.legacy.legacy-support-core-utils-1.0.0.aar 4KB
Android_2021_10_29_00_02_24.ahbuildinfo 78KB
Android_2021_10_28_22_48_15.ahbuildinfo 77KB
SwapAnimation.anim 20KB
WobbleSpark.anim 12KB
HitAnimation.anim 12KB
ShakingAnimation.anim 5KB
IdleAnimation.anim 1KB
IdleAnimation.anim 1KB
WobbleIdle.anim 1KB
GlassBridge.apk 32.24MB
MoreMountains.NiceVibrations.Rumble.asmdef 661B
MoreMountains.NiceVibrations.Rumble.Editor.asmdef 635B
MoreMountains.NiceVibrations.Editor.asmdef 434B
MoreMountains.NiceVibrations.Demos.asmdef 411B
MoreMountains.NiceVibrations.asmdef 405B
MoreMountains.NiceVibrations.Haptics.asmdef 311B
GoogleMobileAds.Editor.asmdef 172B
GoogleMobileAds.asmdef 112B
ProjectSettings.asset 23KB
InputManager.asset 6KB
NVRReload.asset 5KB
NVRPowerOff.asset 5KB
NVRCarillon.asset 5KB
NVRLaser.asset 5KB
QualitySettings.asset 4KB
NVRDrumsLoop.asset 4KB
NVReload.asset 3KB
NVPowerOff.asset 3KB
NVRGameOver.asset 3KB
NVCarillon.asset 3KB
NVLaser.asset 3KB
NVDrumsLoop.asset 3KB
NVRHeartbeats.asset 2KB
NVGameOver.asset 2KB
NVRDice.asset 2KB
GraphicsSettings.asset 2KB
NVRTeleport.asset 2KB
NVHeartbeats.asset 2KB
NVDice.asset 2KB
PackageManagerSettings.asset 1KB
NVTeleport.asset 1KB
ShopScreen.asset 1KB
GameWin.asset 1KB
Example Settings 2.asset 1KB
Shop.asset 1KB
GameOver.asset 1KB
Physics2DSettings.asset 916B
UnityConnectSettings.asset 901B
NavMeshAreas.asset 884B
PresetManager.asset 824B
New CCBounceA03 Preset.asset 657B
DynamicsManager.asset 629B
EditorBuildSettings.asset 626B
GoogleMobileAdsSettings.asset 563B
TagManager.asset 524B
MMNVPathDefinition.asset 508B
EditorSettings.asset 478B
AudioManager.asset 303B
VFXManager.asset 273B
VersionControlSettings.asset 188B
TimeManager.asset 168B
NetworkManager.asset 151B
ClusterInputManager.asset 114B
Assembly-CSharp.csprojAssemblyReference.cache 940KB
Assembly-CSharp-firstpass.csprojAssemblyReference.cache 734KB
Assembly-CSharp-Editor.csprojAssemblyReference.cache 590KB
共 2001 条
- 1
- 2
- 3
- 4
- 5
- 6
- 21
资源评论
小云同志你好
- 粉丝: 1067
- 资源: 1067
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- “海油杯”焊工技能竞赛中不锈钢管道焊接操作技巧 - .pdf
- “链蓖机托辊轴”异种金属焊接技术的探索与应用 - .pdf
- “十-五”期间石化工程建设中焊接技术的发展.pdf
- “水煤浆”气化特殊材质工艺管道现场焊接技术.pdf
- 基于java+springboot+mysql+微信小程序的戏曲文化苑小程序 源码+数据库+论文(高分毕业设计).zip
- 00Cr17Ni14Mo2不锈钢高压管道焊接工艺.pdf
- 00Cr19Ni10厚板焊接工艺的优化 - .pdf
- 00Cr18Ni14M02Cu2不锈钢焊接工艺对耐海水腐蚀的影响.pdf
- 0Cr18Ni9Ti奥氏体不锈钢焊接接头应力腐蚀行为的研究.pdf
- 0.3mm厚镀镍钢片微电阻点焊接头组织性能研究 - .pdf
- 0Cr25Ni20与20-号材料焊接热裂纹的研究 - .pdf
- 0Gr17Ni13M02Ti+Q235不锈复合钢板的焊接工艺研究 - .pdf
- 1C_r13不锈钢与Q235碳钢的异种钢焊接技术.pdf
- 01国家体育场焊接方管桁架单K节点设计研究.pdf
- 基于java+springboot+mysql+微信小程序的乡村研学旅行平台 源码+数据库+论文(高分毕业设计).zip
- 1Cr5Mo钢与20钢管异种钢接头的焊接.pdf
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功