Search Issue Tracker
By Design
Votes
0
Found in
5.5.3f1
Issue ID
921325
Regression
No
[Android] For checking and loading .obb file on device is necessary to restart the app or make the pause and resume processes
Reproduction steps:
1. Open the attached project;
2. Check if "Split Application Binary" in Player Settings is checked;
3. Build the project on the device;
4. In the app click a button "WRONG NAME" and then a button "Open Next Scene" (the app crashes);
5. Open the app, in there click a button "PROPER NAME" and then a button "Open Next Scene";
Actual result: the second scene is not loaded.
Expected result: the second scene should be loaded.
Note: the second scene is loaded when before pressing a button "Open Next Scene", the app is minimized and then maximized (it goes like pause and resume processes). After the pause and resume processes, Unity automatically checks if .obb file is available and loads it. However, there is no method in Unity which checks and loads .obb file when it is available, without making the specific pause and resume processes.
Reproduced with: 5.5.0b1, 5.5.4p1, 5.6.2p2
Cannot be tested with 2017.1 and 2017.2 versions because the app crashes. The crash is caused by enabling "Split Application Binary" setting and choosing Gradle (New) in Build System. Also, cannot be tested with 5.4 because there is no Build System setting.
Devices under test:
Verizon SM G930V*, OS:6.0.1, CPU:arm64-v8a, GPU:Adreno (TM) 530, Build:Verizon/heroqltevzw/heroqltevzw:6.0.1/MMB29M/G930VVRU2APG3:user/release-keys
Lge LG H340n*, OS:5.0.1, CPU:armeabi-v7a, GPU:Adreno (TM) 306, Build:lge/c50n_global_com/c50n:5.0.1/LRX21Y/151672304cd28:user/release-keys
Comments (1)
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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
megatonmedia
Nov 19, 2017 00:10
By design? So what's the proper way of dealing with the OBB files on first execution of app? Do we call Application.Quuit() the first time we run an app on android?