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.
-
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 when trying to force Shader to interpret 1/30 as a floating point operation
- Terrain is flickering when adjusting "Compatibility Mode" and "Use Rendering Layers" Settings
- Isometric tiles are flickering and overlapping each other when entering Play Mode with Tilemap Renderer mode set to "Chunk"
- Crash on ParticleSystemParticles::array_reserve when particle system starts
- Docking Text Property Preview Window next to UI Builder breaks the window and causes NullReferenceException
This is a duplicate of issue #715753