generated from StansAssets/Unity-Package-Sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: dev kit editor is now auto referenced.
- Loading branch information
1 parent
43e7949
commit 72a7908
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -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" | ||
} | ||
} | ||
} |