Method RegisterAdditionalFilesToDeploy
RegisterAdditionalFilesToDeploy(Action<string, string>)
Override this method to register additional files you want to copy into the build. You will not do the copy yourself, instead call the provided registerAdditionalFileToDeploy callback, with a sourcefile and a targetfile. You can use the WorkingDirectory property to find a good place to generate your source file. You can use the StreamingAssetsDirectory property to find a good place to copy your file into.
Declaration
public virtual void RegisterAdditionalFilesToDeploy(Action<string, string> registerAdditionalFileToDeploy)
Parameters
| Type | Name | Description |
|---|---|---|
| Action<string, string> | registerAdditionalFileToDeploy |