File tree Expand file tree Collapse file tree
com.stansassets.plugins-dev-kit Expand file tree Collapse file tree Original file line number Diff line number Diff 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 = "support@stansassets.com" ;
1617 public const string StansAssetsCeoEMail = "ceo@stansassets.com" ;
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";
Original file line number Diff line number Diff line change 1212 "allowUnsafeCode": false,
1313 "overrideReferences": false,
1414 "precompiledReferences": [],
15- "autoReferenced": false ,
15+ "autoReferenced": true ,
1616 "defineConstraints": [],
1717 "versionDefines": [],
1818 "noEngineReferences": false
Original file line number Diff line number Diff line change 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" : {
1818 "email" : " stan@stansassets.com" ,
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" : " support@stansassets.com"
24+ "email" : " support@stansassets.com"
2625 },
2726 "repository" : {
2827 "type" : " git" ,
2928 "url" : " ssh://git@github.com:StansAssets/com.stansassets.plugins-dev-kit.git"
3029 }
31- }
30+ }
You can’t perform that action at this time.
0 commit comments