docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Field ExpandedEfficiency

    Percentage of Efficiency asset usage that uses the entire dependency tree of this bundle dependency. This includes DependencyBundle and all bundles beneath it. Value is equal to [Total Filesize of Dependency Assets] / [Total size of all dependency bundles on disk] Example: There are 3 bundles A, B, and C, that are each 10 MB on disk. A depends on 2 MB worth of assets in B, and B depends on 4 MB worth of assets in C. The Efficiency of the dependencyLink from A->B would be 2/10 -> 20% and the ExpandedEfficiency of A->B would be (2 + 4)/(10 + 10) -> 6/20 -> 30%

    Namespace: UnityEditor.AddressableAssets.Build.Layout
    Assembly: Unity.Addressables.Editor.dll
    Syntax
    public float ExpandedEfficiency
    Returns
    Type Description
    float
    In This Article
    Back to top
    Copyright © 2024 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)