Skip to content

Instantly share code, notes, and snippets.

@TomoG29
Last active January 28, 2019 07:17
Show Gist options
  • Save TomoG29/ad6e7b996f4ae29fff4101d6327ba3e5 to your computer and use it in GitHub Desktop.
Save TomoG29/ad6e7b996f4ae29fff4101d6327ba3e5 to your computer and use it in GitHub Desktop.
private void Sample()
{
AssetDatabase.CopyAsset("Assets/コピー元のファイルのパス", "Assets/コピー後のファイルのパス");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment