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
- UI Source Image property gets set to 'None' when using a specific Sprite and Play mode is entered
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
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.