Version: Unity 6.5 (6000.5)
LanguageEnglish
  • C#

BuildPipeline.collectResources

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Parameters

Parameter Description
value ResourcesCollectorDelegate method to subscribe to this event.

Description

Raised when the build pipeline collects resources to add to the Xcode asset catalog.

Subscribe using an ResourcesCollectorDelegate method. The build pipeline calls each subscribed method once per build. Resources can include plain files or device-variant sets. Use Resource.AddOnDemandResourceTags to mark resources for on-demand delivery. Resources without tags are included in the initial app bundle.