AssetSystem.InstallAsync

static Task<Asset> InstallAsync( string packageIdent, bool skipIfInstalled, System.Action<float> loading, CancellationToken token )

AssetSystem.InstallAsync

static Task<Asset> InstallAsync( Package package, bool skipIfInstalled, System.Action<float> loading, CancellationToken token )

User Comments