Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AdditionalOutputs

class in UnityEditor.Android

Description

Represents a container that you can use to specify additional files that will be created in AndroidProjectFilesModifier.OnModifyAndroidProjectFiles.

Public Methods

AddBuildGradleFileAdds a new build.gradle file.
AddFileWithContentsAdds a new file that will have string contents.
AddGradlePropertiesFileAdds a new gradle.properties file.
AddGradleSettingsFileAdds a new settings.gradle file.
AddManifestFileAdds a new Android manifest file.