Search Issue Tracker
Duplicate
Votes
1
Found in
5.1.1p4
Issue ID
715753
Regression
No
AssetBundle.CreateFromFile retains file descriptor(s
This issue has no description.
Comments (2)
-
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.
-
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
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on __pthread_kill when initializing Vuplex WebView while entering the Play Mode
- Crash on FindSurface when adding a custom Renderer Feature to a 2D Renderer Data Asset
- [Android] [Vulkan] [UI Toolkit] Application crashes when the device is rotated when it has UI Toolkit TextField on Vulkan devices
- Crash on DualThreadAllocator<DynamicHeapAllocator>::TryDeallocate when opening a specific project
- Crash on memset_repstos when pressing a UI button while in Play Mode
This is a duplicate of issue #715753