Search Issue Tracker
Won't Fix
Votes
0
Found in
4.2.0f4
Issue ID
554105
Regression
No
Can't load levels on iOS with Application.LoadLevelAdditiveAsync
Can't load more than 241 level with Application.LoadLevelAdditiveAsync. After loading 242 levels, application throws:
"Could not open file /var/mobile/Applications/037D2A1D-D746-4363-B241-A892DF874AB9/testLoadAdditive.app/Data/sharedassets512.assets for read
(Filename: /Applications/buildAgent/work/afa2580bf6048259/Runtime/Serialize/FileCache.cpp Line: 136)".
Attached two log files from Xcode;
More info is in user's description.
Reproduced on iPhone 4s, iOS 5.1.1;
Tested on Unity versions: 4.2.2, 4.3.0f4, 4.5.0a1;
Mac standalone works fine;
Repro steps:
1. open attached project "00130328_-_LoadLevelAdditive_limit.zip";
2. build to iOS platform;
3. launch and observe the console window;
Workaround:
Additive loading doesn't close asset files. Use Resources.UnloadUnusedAssets() to force closing.
Won't fix reason:
We're already working on streaming improvements, and this will be fixed with incoming changes.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
Add comment