Skip to content

Commit 72a7908

Browse files
committed
chore: dev kit editor is now auto referenced.
1 parent 43e7949 commit 72a7908

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

com.stansassets.plugins-dev-kit/Editor/Config/PluginsDevKitPackage.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ public static class PluginsDevKitPackage
1212
/// Package runtime settings location path.
1313
/// </summary>
1414
public const string RootMenu = "Stan's Assets";
15+
public const string ProductivityRootMenu = RootMenu + "/Productivity";
1516
public const string StansAssetsSupportEmail = "[email protected]";
1617
public const string StansAssetsCeoEMail = "[email protected]";
1718
public const string StansAssetsWebsiteRootUrl = "https://stansassets.com/";
18-
19+
1920
public const string Name = "com.stansassets.plugins-dev-kit";
2021
public static readonly string RootPath = PackageManagerUtility.GetPackageRootPath(Name);
2122
public static readonly string UIToolkitPath = $"{RootPath}/Editor/UIToolkit";
2223
public static readonly string UIToolkitControlsPath = $"{UIToolkitPath}/Controls";
23-
24+
2425
public static readonly string EditorArtAssetsPath = $"{RootPath}/Editor/Art";
2526
public static readonly string EditorIconAssetsPath = $"{EditorArtAssetsPath}/Icons";
2627
public static readonly string EditorFontAssetsPath = $"{EditorArtAssetsPath}/Fonts";

com.stansassets.plugins-dev-kit/Editor/StansAssets.Plugins.Editor.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"allowUnsafeCode": false,
1313
"overrideReferences": false,
1414
"precompiledReferences": [],
15-
"autoReferenced": false,
15+
"autoReferenced": true,
1616
"defineConstraints": [],
1717
"versionDefines": [],
1818
"noEngineReferences": false

com.stansassets.plugins-dev-kit/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.stansassets.plugins-dev-kit",
33
"displayName": "Stans Assets - Plugin Dev Kit",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"unity": "2018.4",
66
"description": "Package Sample.",
77
"dependencies": {
@@ -18,14 +18,13 @@
1818
"email": "[email protected]",
1919
"url": "https://stansassets.com/"
2020
},
21-
2221
"homepage": "https://api.stansassets.com/",
2322
"bugs": {
2423
"url": "https://github.com/StansAssets/com.stansassets.plugins-dev-kit/issues",
25-
"email" : "[email protected]"
24+
"email": "[email protected]"
2625
},
2726
"repository": {
2827
"type": "git",
2928
"url": "ssh://[email protected]:StansAssets/com.stansassets.plugins-dev-kit.git"
3029
}
31-
}
30+
}

0 commit comments

Comments
 (0)