Version: 2021.3
언어: 한국어

Events.registeringPackages

매뉴얼로 전환

파라미터

value A PackageRegistrationEventArgs structure describing the modifications to the registered packages list.

설명

Event raised before applying changes to the registered packages list.

Occurs before the asset database begins refreshing. Packages about to be modified or removed are still present and functional, because the package registration process has not yet begun.
Note: There is no guarantee that the AssetPostprocessor pipeline will finish by the time this event is raised, so don't rely on the execution order for pre-processing events.