Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #26 from googlesamples/release-turing
Browse files Browse the repository at this point in the history
release-turing
  • Loading branch information
jguomoto committed Aug 7, 2015
2 parents 439c7e2 + 56016bc commit b8ca964
Show file tree
Hide file tree
Showing 110 changed files with 371 additions and 2,733 deletions.
4 changes: 2 additions & 2 deletions UnityExamples/Assets/Editor/BuildTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ public class BuildTools
private static BuildUtil.PackageSettings sdkPackage = new BuildUtil.PackageSettings
{
PackageName = "TangoSDK",
Directories = new string[] { "Editor", "Google-Unity", "Plugins", "TangoSDK" }
Directories = new string[] { "Google-Unity", "Plugins", "TangoSDK" }
};

private static BuildUtil.PackageSettings sdkPlusPrefabsPackage = new BuildUtil.PackageSettings
{
PackageName = "TangoSDK+Prefabs",
Directories = new string[] { "Editor", "Google-Unity", "Plugins", "TangoPrefabs", "TangoSDK" }
Directories = new string[] { "Google-Unity", "Plugins", "TangoPrefabs", "TangoSDK" }
};

/// <summary>
Expand Down
Loading

0 comments on commit b8ca964

Please sign in to comment.