Version: 2022.3
言語: 日本語

BuildUtilities

class in UnityEditor.PackageManager

マニュアルに切り替える

説明

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

BuildUtilities is a static class so you don't need to obtain an instance of it before calling its methods.

See Also: IShouldIncludeInBuildCallback.

Static 関数

RegisterShouldIncludeInBuildCallbackRegisters a callback object for a package.