Méthode | Description | |
---|---|---|
DoResolution ( |
||
DoResolution ( |
Perform the resolution and the exploding/cleanup as needed.
|
|
OnBundleId ( string bundleId ) : string[] |
Called during Update to allow the resolver to check the bundle ID of the application to see whether resolution should be triggered again.
|
|
Version ( ) : int |
Version of the resolver. - 1.1.0 The resolver with the greatest version is used when resolving. The value of the verison is calcuated using MakeVersion in DefaultResolver |
Méthode | Description | |
---|---|---|
CollectionToArray ( ICollection enumerator ) : string[] |
Generate an array from a string collection.
|
|
DoResolutionNoAndroidPackageChecks ( |
Perform resolution with no Android package dependency checks.
|
|
FindAndroidSdkTool ( |
Find a tool in the Android SDK.
|
|
GetAvailablePackages ( string androidTool, |
Get the set of available SDK packages and whether they're installed.
|
|
LoadAarExplodeCache ( ) : void |
Load data cached in aarExplodeDataFile into aarExplodeData.
|
|
ProcessAars ( string dir ) : void |
Processes the aars.
|
|
ReplaceVariables ( string exploded ) : void |
Replaces the variables in the AndroidManifest file.
|
|
ResolverVer1_1 ( ) : UnityEngine | ||
SaveAarExplodeCache ( ) : void |
Save data from aarExplodeData into aarExplodeDataFile.
|
|
ShouldExplode ( string aarFile ) : bool |
Determined whether an aar file should be exploded (extracted). This is required for some aars so that the Unity Jar Resolver can perform variable expansion on manifests in the package before they're merged by aapt.
|
public DoResolution ( |
||
svcSupport | ||
destinationDirectory | string | |
handleOverwriteConfirmation | ||
Résultat | void |
public DoResolution ( |
||
svcSupport | ||
destinationDirectory | string | |
handleOverwriteConfirmation | ||
resolutionComplete | System | |
Résultat | void |
public OnBundleId ( string bundleId ) : string[] | ||
bundleId | string | |
Résultat | string[] |