AddFileToCopy(string, string)
Declare a file to copy into the Gradle project.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Android
- Assembly: UnityEditor.Android.Extensions
public void AddFileToCopy(string source, string destination)
Parameters
Remarks
If another file with the same destination has already been added, Unity throws an exception.