docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CheckBundleDupeDependencies

    Rule class to check for duplicate bundle dependencies

    Inheritance
    object
    AnalyzeRule
    BundleRuleBase
    CheckBundleDupeDependencies
    Inherited Members
    BundleRuleBase.GetBuildContext(AddressableAssetSettings)
    BundleRuleBase.IsValidPath(string)
    BundleRuleBase.RefreshBuild(AddressableAssetsBuildContext)
    BundleRuleBase.GetAllBundleDependencies()
    BundleRuleBase.IntersectResourcesDepedenciesWithBundleDependencies(List<GUID>)
    BundleRuleBase.BuiltInResourcesToDependenciesMap(string[])
    BundleRuleBase.ConvertBundleNamesToGroupNames(AddressableAssetsBuildContext)
    BundleRuleBase.CalculateInputDefinitions(AddressableAssetSettings)
    BundleRuleBase.CreateUniqueBundle(AssetBundleBuild, Dictionary<string, string>)
    BundleRuleBase.GetImplicitGuidsForBundle(string)
    BundleRuleBase.GetImplicitGuidToFilesMap()
    BundleRuleBase.CalculateBuiltInResourceDependenciesToBundleDependecies(AddressableAssetSettings, string[])
    BundleRuleBase.ConvertBundleName(string, string)
    AnalyzeRule.noErrors
    AnalyzeRule.kDelimiter
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.AddressableAssets.Build.AnalyzeRules
    Assembly: Unity.Addressables.Editor.dll
    Syntax
    public class CheckBundleDupeDependencies : BundleRuleBase

    Properties

    Name Description
    CanFix

    True if this rule can fix itself. If child class sets this to true, class must override FixIssues

    ruleName

    Display name for rule

    Methods

    Name Description
    CalculateDuplicates(Dictionary<GUID, List<string>>, AddressableAssetsBuildContext)

    Calculate duplicate dependencies

    CheckForDuplicateDependencies(AddressableAssetSettings)

    Check for duplicates among the dependencies and build implicit duplicates

    ClearAnalysis()

    Clear all previously gathered bundle data and analysis

    FixIssues(AddressableAssetSettings)

    Fix duplicates by moving to a new group

    RefreshAnalysis(AddressableAssetSettings)

    Clear current analysis and rerun check for duplicates

    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)