AddDirectoryAsGuidToCopy(string, string, string, string)
Declare a directory to copy into the Gradle project.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Android
- Assembly: UnityEditor.Android.Extensions
public void AddDirectoryAsGuidToCopy(string guid, string destination, string includePattern = null, string excludePattern = "\\.meta$")
Parameters
The GUID of a directory in your Unity project.
The path to place the directory copy. This is relative to the Gradle project root.
A Regex filter to include files. Default value is 'null'
A Regex filter to exclude files. Default value is '.meta$'
Remarks
If any files in the directory copy have the same destination as a file that has already been added, Unity throws an exception.