Skip to content

Commit

Permalink
fix: unitypackageが正常に吐けていない
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubuns committed Feb 5, 2018
1 parent 77c8fdb commit 048d25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Editor/PackageExporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static void Export()
};
var outputPath = Path.Combine(Path.GetDirectoryName(Application.dataPath), "AnimeRx.unitypackage");

AssetDatabase.ExportPackage(directories, outputPath);
AssetDatabase.ExportPackage(directories, outputPath, ExportPackageOptions.Recurse);

Debug.LogFormat("ExportPackage {0}", outputPath);
}
Expand Down

0 comments on commit 048d25f

Please sign in to comment.