docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class StrippingProjectSettings

    Holds the submodule stripping settings for the project. Creates a default submodule stripping settings asset for the project.

    Inheritance
    object
    StrippingProjectSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Web.Stripping.Editor
    Assembly: Unity.Web.Stripping.Editor.dll
    Syntax
    public static class StrippingProjectSettings

    Properties

    ActiveSettings

    The active submodule stripping settings for the project.

    Declaration
    public static SubmoduleStrippingSettings ActiveSettings { get; set; }
    Property Value
    Type Description
    SubmoduleStrippingSettings

    StripAutomaticallyAfterBuild

    Enables a submodule stripping pass after a build has completed using the currently active settings, if they're set.

    Declaration
    public static bool StripAutomaticallyAfterBuild { get; set; }
    Property Value
    Type Description
    bool

    Events

    SettingsChanged

    Raised when active settings change.

    Declaration
    public static event Action<SubmoduleStrippingSettings> SettingsChanged
    Event Type
    Type Description
    Action<SubmoduleStrippingSettings>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)