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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.