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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.