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."
-
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Yury-Habets
Oct 09, 2018
https://docs.unity3d.com/ScriptReference/Android.IPostGenerateGradleAndroidProject.html
Sample:
https://github.com/Over17/UnityAndroidManifestCallback