Search Issue Tracker
Fixed in 5.5.1
Votes
1
Found in
5.3.5f1
Issue ID
803872
Regression
No
[Android] PostProcessBuild is executed after the app is deployed and run on the device
To reproduce:
1) Open attached project
2) Build and run on Standalone platform
3) Notice that during PostProcess a dialog jumps in from PostProcessBuild script, and then build doesn't finish until you close said dialog
4) Build and run on Android
5) Notice that the dialog appears only after the app is already deployed in device
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
- New browser tab is not created when trying to open Package Manager hyperlinks by holding the Ctrl key and pressing the left mouse button
- [Mobile] NavigationSubmitEvent is not being triggered when the submit button is pressed on a mobile keyboard
- Materials render incorrect color when using the "require native16bit" pragma directive
- GUIUtility.hotControl controlID value does not change when clicking with the Left Mouse Button
- ScriptableObject.OnDestroy is not called after Respouces.UnloadUnusedAssets
CypherTec_Masugata_Kensuke
Jul 14, 2016 09:36
Some frameworks require .apk files to be processed with their processor tools between build and run.
PostProcessBuild is a very mechanism to invoke such processors and Unity should wait for them to finish before running .apk.