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 7e0a2a8 commit a4cc8f8Copy full SHA for a4cc8f8
Assets/Editor/ExportPackage.cs
@@ -11,7 +11,7 @@ public class ExportPackage
11
private const string ReadMe = "README.md";
12
private const string License = "LICENSE";
13
14
- [MenuItem("Assets/Export SocialGameTemplete")]
+ [MenuItem("Assets/Export MemoryInfoPlugin")]
15
private static void Export()
16
{
17
string readmePath = Path.Combine(Application.dataPath, "Plugins/MemoryInfoPlugin", ReadMe);
0 commit comments