Skip to content

Commit

Permalink
demo: improve installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Jan 14, 2017
1 parent db189a0 commit 6af345f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unity/demo/Assets/Scripts/Environment/InstallationApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ private static void CreateDirectories(IEnumerable<string> directories)
private static void CopyStreamingAsset(string srcAssetRelativePath, string destAbsoluteDirPath, ITrace trace)
{
string destAbsolutePath = Path.Combine(destAbsoluteDirPath, srcAssetRelativePath);
if (File.Exists(destAbsolutePath))
return;

// ensure all parent directories exist
var parentDirectory = Path.GetDirectoryName(destAbsolutePath);
Expand Down

0 comments on commit 6af345f

Please sign in to comment.