Search Issue Tracker

Duplicate

Votes

1

Found in

5.1.1p4

Issue ID

715753

Regression

No

AssetBundle.CreateFromFile retains file descriptor(s

Assets Management

-

This issue has no description.

  1. This is a duplicate of issue #715753

    AssetBundle.CreateFromFile retains file descriptor(s

Comments (2)

  1. PNordlund

    Sep 08, 2015 11:44

    Potential workaround:

    byte[] fileBytes = File.ReadAllBytes( bundleName );
    AssetBundle assetBundle = AssetBundle.CreateFromMemoryImmediate( fileBytes );

    However, you need to have a compressed bundle because using CreateFromMemoryImmediate crashes randomly, see issue #698667.

  2. PNordlund

    Sep 08, 2015 11:20

    I have seen this also. When calling AssetBundle.CreateFromFile() multiple times for different asset bundles, the method returns assets which are in the previous bundle.

Add comment

Log in to post comment