Search Issue Tracker
Fixed in 5.3.0
Votes
2
Found in
5.2.1p3
Issue ID
734408
Regression
Yes
[Android/6.0] Failed to push OBB file onto Adnroid 6.0 device
This issue has no description.
Comments (10)
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
- Editor crashes on "MonoBehaviour::Transfer<GenerateTypeTreeTransfer>" when resetting package defaults in VR Template project
- Rotation tool Gizmo is stuck in the Scene View when unchecking/checking the "Orient" node in the VFX Graph and the Scene view is visible
- The Editor opens when the window is closed right after launch
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
waiora
May 15, 2018 13:50
Not fixed, Samsung note4, android 6.0.1. Unity 5.5.0f3
Radical435
Sep 15, 2016 19:22
This is still broken. Tested with Galaxy S7
bzAdam
Jul 27, 2016 16:27
Also failed to push on 5.3.3f1 to samsung Galaxy Tab.
DerrickBarra
Jul 05, 2016 14:07
This problem still occurs in Unity Patch 5.3.5p6, so no it should not be marked as fixed. Occurs on my Galaxy S7.
pixelsplit
Apr 22, 2016 17:49
Why is this marked as fixed? The issue still is there (or back) in 5.3.4p4. Using Galaxy S7.
Svirsky
Apr 11, 2016 10:39
Temporary work around:
echo Creating obb folder on device
adb.exe shell mkdir /sdcard/Android/obb/<bundle ID>
echo Pushing obb to temp folder on device, hold on
adb.exe push -p <obb file> /sdcard/Android/
echo Moving obb from temp folder to final destination
adb.exe shell mv /sdcard/Android/<obb file> /sdcard/Android/obb/<bundle ID>
Example:
adb.exe shell mkdir /sdcard/Android/obb/com.yourcompany.test
adb.exe push -p c:/main.1.com.yourcompany.test.obb /sdcard/Android/
adb.exe shell mv /sdcard/Android/main.1.com.yourcompany.test.obb /sdcard/Android/obb/com.yourcompany.test/
bluescrn
Apr 07, 2016 08:39
Has anyone figured out a command line solution to this? - Previously I could use "adb push" to push the file to /mnt/sdcard/Android/obb/ , but that gives 'permission denied' in 6.0. Presumably Unity's internal deploy process did the same?
gazebo
Nov 17, 2015 15:52
Same here.
CAGBE
Oct 22, 2015 12:45
Same Problem here. ".obb': Permission denied" Only on devices with android 6.0
t-schulz
Oct 20, 2015 09:59
Failed to push OBB File still in Unity Patch 5.2.1.p4. Hope this fix will released asap. Maybe with a fix for android permissions? On install there is no request for camera permissions.