class in UnityEditor.Android
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseA class to store C# representations of all Gradle project files.
The class is used to pass Gradle configuration files objects to the AndroidProjectFilesModifier.OnModifyAndroidProjectFiles callback.
AdditionalLibrariesBuildGradleFiles | A representation of the build.gradle files that were added to plugins (libraries) that didn't have a build.gradle file. |
GradleProperties | A representation of the gradle.properties file: {gradleProject}/settings.gradle. |
GradleSettings | A representation of the settings.gradle file: {gradleProject}/settings.gradle. |
LauncherBuildGradle | A representation of the launcher build.gradle file: {gradleProject}/launcher/build.gradle. |
LauncherManifest | A representation of the launcher manifest file: {gradleProject}/launcher/src/main/AndroidManifest.xml. |
ProjectLevelBuildGradle | A representation of the project level (root) build.gradle file: {gradleProject}/build.gradle. |
UnityLibraryBuildGradle | A representation of the Unity library build.gradle file: {gradleProject}/unityLibrary/build.gradle. |
UnityLibraryManifest | A representation of the Unity library manifest file: {gradleProject}/unityLibrary/src/main/AndroidManifest.xml. |
SetBuildGradleFile | Sets a new build.gradle file. |
SetGradlePropertiesFile | Sets a new gradle.properties file. |
SetGradleSettingsFile | Sets a new settings.gradle file. |
SetManifestFile | Sets a new Android Manifest file. |