This version of Unity is unsupported.

AssetDatabase.ImportPackageCallback

Declaration

public delegate void ImportPackageCallback(string packageName);

Description

Delegate to be called from AssetDatabase.ImportPackage callbacks. packageName is the name of the package that raised the callback.