Search Unity

Feedback SBP will increase larger memory usage and won't reduce it

Discussion in 'Asset Bundles' started by yingyingle, May 11, 2020.

  1. yingyingle

    yingyingle

    Joined:
    Jul 10, 2012
    Posts:
    5
    SBP will increase larger memory usage when running the task of "CalculateAssetDependencyData". It increased 4G memory in my project,and it won't reduce after the task.It only happend when
    UseCache==false,so i thought may be the interface "ContentBuildInterface.GetPlayerObjectIdentifiersInAsset"
    and "ContentBuildInterface.GetPlayerDependenciesForObjects" cast that problem.