Search Issue Tracker
Fixed in 2018.1.X
Votes
1
Found in
Issue ID
919384
Regression
No
Android Gradle: Add a callback after the project is created
"On an iOS xcode project, you can use PostProcessBuild to modify the project before built.
On Android, PostProcessBuild is called after the whole project has been built. Given that, it actually seems like more of a bug that Android is different to iOS.
We'd like that opportunity to get a callback after the project is created, and before it's built."
Comments (2)
-
Yury-Habets
Oct 09, 2018 11:36
Thibouf - please see the response to the issue above.
-
thibouf
Oct 09, 2018 07:57
Hello, I see that this is marked "Fix in review ". But any chance to have more information about the fix ?
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
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
Yury-Habets
Oct 09, 2018
https://docs.unity3d.com/ScriptReference/Android.IPostGenerateGradleAndroidProject.html
Sample:
https://github.com/Over17/UnityAndroidManifestCallback