Skip to content

Commit

Permalink
chore: dev kit editor is now auto referenced.
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-osipov committed Jan 19, 2021
1 parent 43e7949 commit 72a7908
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ public static class PluginsDevKitPackage
/// Package runtime settings location path.
/// </summary>
public const string RootMenu = "Stan's Assets";
public const string ProductivityRootMenu = RootMenu + "/Productivity";
public const string StansAssetsSupportEmail = "[email protected]";
public const string StansAssetsCeoEMail = "[email protected]";
public const string StansAssetsWebsiteRootUrl = "https://stansassets.com/";

public const string Name = "com.stansassets.plugins-dev-kit";
public static readonly string RootPath = PackageManagerUtility.GetPackageRootPath(Name);
public static readonly string UIToolkitPath = $"{RootPath}/Editor/UIToolkit";
public static readonly string UIToolkitControlsPath = $"{UIToolkitPath}/Controls";

public static readonly string EditorArtAssetsPath = $"{RootPath}/Editor/Art";
public static readonly string EditorIconAssetsPath = $"{EditorArtAssetsPath}/Icons";
public static readonly string EditorFontAssetsPath = $"{EditorArtAssetsPath}/Fonts";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": false,
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
Expand Down
7 changes: 3 additions & 4 deletions com.stansassets.plugins-dev-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.stansassets.plugins-dev-kit",
"displayName": "Stans Assets - Plugin Dev Kit",
"version": "1.0.1",
"version": "1.0.2",
"unity": "2018.4",
"description": "Package Sample.",
"dependencies": {
Expand All @@ -18,14 +18,13 @@
"email": "[email protected]",
"url": "https://stansassets.com/"
},

"homepage": "https://api.stansassets.com/",
"bugs": {
"url": "https://github.com/StansAssets/com.stansassets.plugins-dev-kit/issues",
"email" : "[email protected]"
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:StansAssets/com.stansassets.plugins-dev-kit.git"
}
}
}

0 comments on commit 72a7908

Please sign in to comment.