Search Unity

Asserting when creating asset bundle(Unity 2018.4.13f1)

Discussion in 'Asset Bundles' started by n-ikeda, Dec 3, 2019.

  1. n-ikeda

    n-ikeda

    Joined:
    Jan 8, 2014
    Posts:
    1
    It's renewed to Unity 2018.4.13f1, BuildPipeline.BuildAssetBundles() It has been just called.
    Asserting occurs.

    Please tell me a countermeasure.

    -----------------------------------------
    Assertion failed on expression: 'pluginAppendices.size() <= 1'
    UnityEditor.BuildPipeline:BuildAssetBundles(String, BuildAssetBundleOptions, BuildTarget)
    AssetBundleBuild:Build(String, BuildAssetBundleOptions, BuildTarget, BuildTargetGroup) (at Assets/Editor/AssetBundle/AssetBundleBuild.cs:133)
    AssetBundleBuild:BuildAssetBundleWindows() (at Assets/Editor/AssetBundle/AssetBundleBuild.cs:47)


    Assertion failed on expression: 'audioAppendices.size() <= 1'
    UnityEditor.BuildPipeline:BuildAssetBundles(String, BuildAssetBundleOptions, BuildTarget)
    AssetBundleBuild:Build(String, BuildAssetBundleOptions, BuildTarget, BuildTargetGroup) (at Assets/Editor/AssetBundle/AssetBundleBuild.cs:133)
    AssetBundleBuild:BuildAssetBundleWindows() (at Assets/Editor/AssetBundle/AssetBundleBuild.cs:47)
    -----------------------------------------
     
    andrew_ES, capyvara, cguerin and 4 others like this.
  2. Lisan

    Lisan

    Joined:
    Jun 17, 2009
    Posts:
    220
    Same here
    Any comments from Unity?
     
  3. missli93

    missli93

    Joined:
    Oct 5, 2018
    Posts:
    6
    SameHere
     
  4. xiangyi88889999

    xiangyi88889999

    Joined:
    Nov 7, 2018
    Posts:
    4
    same in 2019.2.14f1
     
    mowax74 and Ichimitsu like this.
  5. leuconoe

    leuconoe

    Joined:
    Oct 14, 2014
    Posts:
    15
    2018.4.14 have same issue
     
  6. halx99

    halx99

    Joined:
    Jan 13, 2017
    Posts:
    3
    2019.3.0f3 have same issue
     
    Ichimitsu likes this.
  7. capyvara

    capyvara

    Joined:
    Mar 11, 2010
    Posts:
    80
  8. Ichimitsu

    Ichimitsu

    Joined:
    Oct 9, 2014
    Posts:
    26
    2019.2.16, 2019.2.17, 2019.2.18 have same issue. When will you fix the bug? The bundles after the build are empty with this error, we can’t release the project without rolling back Unity to old versions.
     
    HiddenJason and Lisan like this.
  9. HiddenJason

    HiddenJason

    Joined:
    Apr 18, 2016
    Posts:
    23
    Anyone found any workarounds on this one? We're having trouble with it blocking our development (using 2019.2.15) - going back to 2019.2.12 isn't really an option, and we're limited by console plugin lag time on moving forward to newer versions that may not have fixes (2019.2 isn't even on the bug as "will be fixed", which is concerning).
     
  10. Lisan

    Lisan

    Joined:
    Jun 17, 2009
    Posts:
    220
    Our programmer found out, that actually this bug doesn't affect anything, cause the bundles built in 2019.2.18 (with asserts in console) are identical to the ones built in 2019.2.12
     
    dq_indie_games likes this.
  11. durhametech1

    durhametech1

    Joined:
    May 15, 2020
    Posts:
    1
    Also looking for a solution to this; keep seeing this when building out a bunch of AssetBundles for 2019.2.21f1.
     
    mowax74 likes this.