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
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
- Loading animations are hitching or stopping when using "SceneManager.LoadSceneAsync" to load new scenes
Yury-Habets
Oct 09, 2018
https://docs.unity3d.com/ScriptReference/Android.IPostGenerateGradleAndroidProject.html
Sample:
https://github.com/Over17/UnityAndroidManifestCallback