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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Yury-Habets
Oct 09, 2018
https://docs.unity3d.com/ScriptReference/Android.IPostGenerateGradleAndroidProject.html
Sample:
https://github.com/Over17/UnityAndroidManifestCallback