Skip to content

Commit

Permalink
Add PackageTool
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Jul 22, 2018
1 parent 0e3d2a6 commit 3372a92
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Assets/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions Assets/Editor/PackageTool.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
using UnityEngine;
using UnityEditor;

public class PackageTool
{
[MenuItem("Package/Update Package")]
static void UpdatePackage()
{
AssetDatabase.ExportPackage("Assets/OscJack", "OscJack.unitypackage", ExportPackageOptions.Recurse);
}
}
11 changes: 11 additions & 0 deletions Assets/Editor/PackageTool.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3372a92

Please sign in to comment.