Search Unity

Assertion failed on expression 'm_PreventLoadingFromFile != nameSpaceID' - Unity 2018.3.10f1

Discussion in 'Asset Bundles' started by bstudios_fpride, Aug 1, 2019.

  1. bstudios_fpride

    bstudios_fpride

    Joined:
    Jun 27, 2018
    Posts:
    6
    The issue appears to be that one of my bundles has picked a RenderTexture as a dependency. If I make a bundle out of any set of assets that does not have a render texture dependency, I can unload it just fine. Any time I try to unload a bundle with a render texture, I get the error and the app crashes.

    Is there any way to explicitly forbid a bundle from including an asset?