Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

BuildUtilities

class in UnityEditor.PackageManager

/

Implemented in:UnityEditor

Description

Utility class that allows packages to register build callbacks with the Unity Package Manager.

BuildUtilities is a static class so you do not need to obtain an instance of it before calling its methods.

See Also: IShouldIncludeInBuildCallback.

Static Methods

RegisterShouldIncludeInBuildCallbackRegister a callback object for a package.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答