We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac4d93 commit 3039d9dCopy full SHA for 3039d9d
AlembicImporter/Assets/Packaging.cs
@@ -2,17 +2,16 @@
2
using UnityEditor;
3
4
5
-public class AlembicImporterPackaging
+public class AlembicForUnityPackaging
6
{
7
- [MenuItem("Assets/Make AlembicImporter.unitypackage")]
+ [MenuItem("Assets/Make AlembicForUnity.unitypackage")]
8
public static void MakePackage_Alembic()
9
10
string[] files = new string[]
11
12
"Assets/UTJ",
13
-"Assets/StreamingAssets/UTJ",
14
};
15
- AssetDatabase.ExportPackage(files, "AlembicImporter.unitypackage", ExportPackageOptions.Recurse);
+ AssetDatabase.ExportPackage(files, "AlembicForUnity.unitypackage", ExportPackageOptions.Recurse);
16
}
17
18
#endif // UNITY_EDITOR
0 commit comments