public delegatevoid ImportPackageFailedCallback
(string packageName,
string errorMessage);
설명
Delegate to be called from AssetDatabase.ImportPackage callbacks. packageName is the name of the package that raised the callback. errorMessage is the reason for the failure.