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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Yury-Habets
Oct 09, 2018
https://docs.unity3d.com/ScriptReference/Android.IPostGenerateGradleAndroidProject.html
Sample:
https://github.com/Over17/UnityAndroidManifestCallback