first commit

This commit is contained in:
Kirill Chikalin
2024-11-16 13:20:07 +03:00
commit a3072a3693
538 changed files with 108153 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: be1208fb3d0e8174a8075d0078069e72
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,322 @@
/* Uploading Window */
.assets-scroll-view
{
}
.unity-scroller
{
border-width: 1px;
border-color: rgb(33, 33, 33);
}
.assets-scroll-view > .unity-scroll-view__content-viewport
{
border-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(68, 68, 68);
}
.assets-scroll-view > * > .unity-scroll-view__vertical-scroller
{
border-right-width: 0;
}
.spinner-image
{
--unity-image: resource("WaitSpin00");
}
.top-tools-row
{
border-bottom-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(68, 68, 68);
}
.sort-menu
{
color: rgb(238, 238, 238);
border-width: 1px;
border-radius: 3px;
border-color: rgb(36, 36, 36);
background-color: rgb(88, 88, 88);
}
.sort-menu:hover
{
background-color: rgb(103, 103, 103);
}
.sort-menu:active
{
background-color: rgb(73, 73, 73);
}
.sorting-header
{
border-width: 1px;
border-color: rgb(33, 33, 33);
}
.sort-button
{
color: rgb(200, 200, 200);
border-width: 0;
background-color: rgba(0, 0, 0, 0);
}
.sort-button:hover
{
color: rgb(220, 220, 220);
}
.sort-button:active
{
color: rgb(180, 180, 180);
}
.sort-separator
{
color: rgb(200, 200, 200);
}
.group-expander-box
{
border-width: 0;
border-color: rgba(33, 33, 33, 0);
background-color: rgba(68, 68, 68, 0);
}
.group-label
{
color: rgb(255, 255, 255);
}
.info-box, .group-info-box
{
border-width: 1px;
border-color: rgb(33, 33, 33);
}
.info-box > Image, .group-info-box > Image
{
--unity-image: resource("console.infoicon@2x");
}
.hyperlink-button
{
color: rgb(68, 113, 229);
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}
.hyperlink-button:hover
{
color: rgb(68, 133, 229);
}
.hyperlink-button:active
{
color: rgb(68, 93, 229);
}
.group-content-box
{
}
.foldout-box
{
border-width: 0;
border-radius: 0;
background-color: rgb(56, 56, 56);
}
.foldout-box:hover
{
background-color: rgb(68, 68, 68);
}
.foldout-box:active
{
background-color: rgb(48, 48, 48);
}
.foldout-box-expanded
{
background-color: rgb(68, 68, 68);
}
.open-in-browser-button
{
border-width: 0;
border-radius: 0;
background-color: rgba(0, 0, 0, 0);
background-image: url("../../../Icons/open-in-browser.png");
-unity-background-image-tint-color: rgb(200, 200, 200);
}
.open-in-browser-button:hover
{
-unity-background-image-tint-color: rgb(255, 255, 255);
}
.open-in-browser-button:active
{
-unity-background-image-tint-color: rgb(155, 155, 155);
}
.expander
{
color: rgb(104, 104, 104);
}
.package-image
{
border-radius: 5px;
background-image: resource("Sprite Icon");
}
.package-image-not-found
{
background-color: rgb(88, 88, 88);
}
.asset-label
{
color: rgb(255, 255, 255);
}
.asset-info
{
color: rgb(200, 200, 200);
}
.category-label
{
color: rgb(200, 200, 200);
}
.header-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background
{
border-width: 0;
background-color: rgba(0, 0, 0, 0);
}
.header-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background > .unity-progress-bar__progress
{
background-image: none;
background-color: rgb(33, 150, 243);
}
.group-separator
{
background-color: rgb(48, 48, 48);
}
/* Uploading functionality Window */
.functionality-box
{
background-color: rgb(68, 68, 68);
}
.workflow-dropdown
{
color: rgb(238, 238, 238);
border-width: 1px;
border-radius: 3px;
border-color: rgb(36, 36, 36);
background-color: rgb(88, 88, 88);
}
.workflow-dropdown:hover
{
background-color: rgb(103, 103, 103);
}
.extra-packages-scroll-view
{
border-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(58, 58, 58);
}
.extra-packages-scroll-view > * > .unity-scroll-view__vertical-scroller
{
border-right-width: 0;
}
.filter-packages-dropdown
{
color: rgb(188, 188, 188);
border-width: 1px;
border-radius: 3px;
border-color: rgb(36, 36, 36);
background-color: rgb(88, 88, 88);
}
.filter-packages-dropdown:hover
{
background-color: rgb(103, 103, 103);
}
.filter-packages-dropdown:active
{
background-color: rgb(73, 73, 73);
}
.no-packages-label
{
color: rgb(200, 200, 200);
}
.packages-filtering-box
{
border-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(58, 58, 58);
}
.label-help-row > Image
{
--unity-image: resource("d__Help@2x");
}
.upload-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background
{
border-width: 0;
border-radius: 2px;
}
.upload-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background > .unity-progress-bar__progress
{
background-image: none;
background-color: rgb(33, 150, 243);
}
.export-button, .upload-button, .cancel-button
{
color: rgb(220, 220, 220);
border-width: 1px;
border-color: rgb(33, 33, 33);
}

View File

@@ -0,0 +1,18 @@
fileFormatVersion: 2
guid: 6320179b9eae0cc4cb6728a4392c4da5
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.3
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Upload/AllPackages/AllPackages_Dark.uss
uploadId: 681981

View File

@@ -0,0 +1,291 @@
/* Uploading Window */
.assets-scroll-view
{
}
.unity-scroller
{
border-width: 1px;
border-color: rgb(33, 33, 33);
}
.assets-scroll-view > .unity-scroll-view__content-viewport
{
border-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(200, 200, 200);
}
.assets-scroll-view > * > .unity-scroll-view__vertical-scroller
{
border-right-width: 0;
}
.spinner-image
{
--unity-image: resource("WaitSpin00");
}
.top-tools-row
{
border-bottom-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(200, 200, 200);
}
.sort-menu
{
color: rgb(9, 9, 9);
border-width: 1px;
border-radius: 3px;
border-color: rgb(178, 178, 178);
background-color: rgb(228, 228, 228);
}
.sort-menu:hover
{
background-color: rgb(236, 236, 236);
}
.sort-menu:active
{
background-color: rgb(220, 220, 220);
}
.group-expander-box
{
border-width: 0;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}
.group-label
{
color: rgb(0, 0, 0);
}
.info-box, .group-info-box
{
border-width: 1px;
border-color: rgb(33, 33, 33);
}
.info-box > Image, .group-info-box > Image
{
--unity-image: resource("console.infoicon@2x");
}
.hyperlink-button
{
color: rgb(68, 113, 229);
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}
.hyperlink-button:hover
{
color: rgb(68, 133, 229);
}
.hyperlink-button:active
{
color: rgb(68, 93, 229);
}
.group-content-box
{
}
.foldout-box
{
border-width: 0;
border-radius: 0;
background-color: rgb(198, 198, 198);
}
.foldout-box:hover
{
background-color: rgb(212, 212, 212);
}
.foldout-box:active
{
background-color: rgb(180, 180, 180);
}
.foldout-box-expanded
{
background-color: rgb(212, 212, 212);
}
.open-in-browser-button
{
border-width: 0;
border-radius: 0;
background-color: rgba(0, 0, 0, 0);
background-image: url("../../../Icons/open-in-browser.png");
-unity-background-image-tint-color: rgb(200, 200, 200);
}
.open-in-browser-button:hover
{
-unity-background-image-tint-color: rgb(255, 255, 255);
}
.open-in-browser-button:active
{
-unity-background-image-tint-color: rgb(155, 155, 155);
}
.expander
{
color: rgb(77, 77, 77);
}
.package-image
{
border-radius: 5px;
background-image: resource("Sprite Icon");
}
.package-image-not-found
{
background-color: rgb(160, 160, 160);
}
.asset-label
{
color: rgb(0, 0, 0);
}
.asset-info
{
color: rgb(48, 48, 48);
}
.category-label
{
color: rgb(48, 48, 48);
}
.header-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background
{
border-width: 0;
background-color: rgba(0, 0, 0, 0);
}
.header-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background > .unity-progress-bar__progress
{
background-image: none;
background-color: rgb(108, 157, 243);
}
.group-separator
{
background-color: rgb(48, 48, 48);
}
/* Uploading functionality Window */
.functionality-box
{
background-color: rgb(212, 212, 212);
}
.workflow-dropdown
{
color: rgb(9, 9, 9);
border-width: 1px;
border-radius: 3px;
border-color: rgb(178, 178, 178);
background-color: rgb(228, 228, 228);
}
.workflow-dropdown:hover
{
background-color: rgb(236, 236, 236);
}
.extra-packages-scroll-view
{
border-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(200, 200, 200);
}
.extra-packages-scroll-view > * > .unity-scroll-view__vertical-scroller
{
border-right-width: 0;
}
.filter-packages-dropdown
{
color: rgb(9, 9, 9);
border-width: 1px;
border-radius: 3px;
border-color: rgb(178, 178, 178);
background-color: rgb(228, 228, 228);
}
.filter-packages-dropdown:hover
{
background-color: rgb(236, 236, 236);
}
.filter-packages-dropdown:active
{
background-color: rgb(220, 220, 220);
}
.no-packages-label
{
color: rgb(0, 0, 0);
}
.packages-filtering-box
{
border-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(200, 200, 200);
}
.label-help-row > Image
{
--unity-image: resource("_Help@2x");
}
.upload-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background
{
border-width: 0;
border-radius: 2px;
}
.upload-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background > .unity-progress-bar__progress
{
background-image: none;
background-color: rgb(108, 157, 243);
}
.export-button, .upload-button, .cancel-button
{
border-width: 1px;
border-color: rgb(33, 33, 33);
}

View File

@@ -0,0 +1,18 @@
fileFormatVersion: 2
guid: 2e1bb62d57954d94690fac6155f453ab
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.3
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Upload/AllPackages/AllPackages_Light.uss
uploadId: 681981

View File

@@ -0,0 +1,574 @@
.assets-scroll-view
{
flex-grow: 1;
flex-shrink: 1;
}
.assets-scroll-view > .unity-scroll-view__content-viewport
{
margin-left: 1px;
}
.assets-scroll-view > * > .unity-scroll-view__vertical-scroller
{
width: 14px;
}
.spinner-box
{
flex-grow: 1;
flex-shrink: 1;
justify-content: center;
}
.spinner-image
{
align-self: center;
width: 16px;
height: 16px;
}
.top-tools-row
{
flex-direction: row;
flex-shrink: 0;
justify-content: space-between;
height: 24px;
margin: 0 -1px 0 -1px;
}
.package-search-field
{
flex-grow: 1;
flex-shrink: 1;
align-items: center;
width: 250px;
margin: 1px 5px;
}
.package-search-field > #unity-search
{
margin-top: 0;
}
.package-search-field > * > .unity-base-field__input
{
font-size: 12px;
padding-left: 5px;
}
.sort-menu
{
flex-grow: 0;
flex-shrink: 0;
align-self: center;
width: 155px;
height: 19px;
margin: 1px 3px;
padding: 1px 6px;
}
.package-group
{
overflow: hidden;
}
.group-expander-box
{
flex-direction: row;
flex-grow: 0;
flex-shrink: 0;
align-items: center;
min-width: 200px;
min-height: 30px;
margin: 10px -1px 2px -1px;
}
.group-label
{
font-size: 14px;
-unity-font-style: bold;
}
.group-info-box
{
margin: 5px;
}
.group-content-box
{
margin: -2px -2px -2px -2px;
}
.full-package-box
{
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
}
.foldout-box
{
flex-direction: column;
}
.foldout-box-info
{
flex-direction: row;
flex-grow: 0;
flex-shrink: 0;
align-items: center;
justify-content: space-between;
min-width: 200px;
min-height: 50px;
margin: 2px;
}
.foldout-box-expanded
{
padding-top: 5px;
top: -4px;
}
.expander-label-row
{
flex-basis: 200px;
flex-direction: row;
flex-grow: 1;
}
.asset-label-info-box
{
flex-direction: column;
flex-grow: 1;
flex-shrink: 1;
align-self: center;
}
.asset-label
{
flex-shrink: 1;
align-self: stretch;
-unity-text-align: middle-left;
-unity-font-style: bold;
white-space: normal;
}
.asset-info
{
font-size: 11px;
-unity-text-align: middle-left;
white-space: normal;
}
.expander
{
align-self: center;
width: 30px;
height: 30px;
}
.open-in-browser-button
{
flex-shrink: 0;
width: 16px;
height: 16px;
-unity-background-scale-mode: scale-to-fit;
}
.package-image
{
flex-shrink: 0;
width: 48px;
height: 48px;
margin: 0 5px;
}
.header-progress-bar
{
margin: 0 -6px -1px -6px;
padding: 0 0 2px 0;
}
.header-progress-bar > * > .unity-progress-bar__background
{
height: 5px;
}
.group-separator
{
height: 2px;
margin: 5px 15px;
display: none;
}
/*
PACKAGE OPTIONS
*/
.title-text-row
{
flex-direction: row;
flex-shrink: 0;
justify-content: flex-start;
}
.info-title
{
-unity-font-style: bold;
}
.info-text
{
white-space: normal;
}
.title-icon-row
{
flex-direction: row;
flex-shrink: 0;
justify-content: flex-start;
margin-top: 10px;
margin-bottom: 4px;
}
.upload-label
{
font-size: 14px;
-unity-text-align: middle-left;
-unity-font-style: bold;
}
.section-icon
{
height: 14px;
width: 14px;
align-self: center;
}
.functionality-box
{
flex-grow: 1;
flex-shrink: 0;
margin: -5px 3px 2px 3px;
padding: 5px 10px 5px 40px;
}
.upload-box
{
margin-top: 10px;
padding-bottom: 10px;
}
/* NEW */
.selection-box-row
{
flex-direction: row;
margin-top: 10px;
}
.label-help-row
{
flex-direction: row;
flex-shrink: 0;
align-self: flex-start;
align-items: center;
justify-content: flex-start;
width: 115px;
}
.label-help-row > Label
{
-unity-text-align: middle-left;
}
.label-help-row > Image
{
height: 16px;
width: 16px;
}
.workflow-dropdown
{
flex-grow: 1;
flex-shrink: 1;
align-self: stretch;
margin-right: 0;
margin-left: 3px;
}
.path-selection-field
{
flex-grow: 1;
flex-shrink: 1;
align-self: stretch;
}
.dependencies-toggle > * > .unity-label
{
margin-left: 5px;
}
.browse-button
{
margin-right: 0;
}
.special-folders-toggles-box
{
flex-grow: 1;
}
.extra-packages-box
{
flex-grow: 1;
flex-direction: column;
}
.no-packages-label
{
flex-grow: 1;
font-size: 11px;
-unity-text-align: middle-center;
white-space: normal;
display: none;
}
.packages-filtering-box
{
flex-direction: row;
margin: -1px 0 0 3px;
}
.filtering-packages-dropdown-box
{
flex-grow: 1;
flex-direction: row;
align-items: center;
justify-content: flex-start;
margin-top: 1px;
margin-left: 1px;
}
.filtering-packages-buttons-box
{
flex-grow: 1;
flex-shrink: 1;
flex-direction: row;
align-items: center;
justify-content: flex-end;
margin-top: 1px;
}
.filter-packages-toggle
{
width: 19px;
height: 19px;
margin: 0;
}
.filter-packages-dropdown
{
width: 100px;
margin: 0;
}
.filter-packages-button
{
flex-shrink: 1;
width: 75px;
margin-right: 0;
}
.extra-packages-buttons-box
{
flex-grow: 1;
flex-direction: row;
}
.extra-packages-scroll-view
{
flex-grow: 1;
height: 100px;
margin-left: 3px;
}
.extra-packages-scroll-view > .unity-scroll-view__content-viewport
{
margin-left: 1px;
}
.extra-packages-scroll-view > * > .unity-scroll-view__content-container
{
padding: 3px 0 5px 0;
}
.extra-packages-scroll-view > * > .unity-scroll-view__vertical-scroller
{
margin: -1px 0;
}
.extra-packages-toggle
{
padding: 2px 0 0 5px;
}
.special-folder-toggle > * > .unity-label, .extra-packages-toggle > * > .unity-label
{
margin-left: 5px;
}
.info-box, .group-info-box
{
flex-direction: row;
align-items: center;
font-size: 12px;
margin-top: 5px;
}
.info-box > Image, .group-info-box > Image
{
flex-direction: row;
flex-shrink: 0;
width: 32px;
height: 32px;
margin: 5px 10px;
}
.info-box > Label, .group-info-box > Label
{
flex-grow: 1;
flex-shrink: 1;
-unity-text-align: middle-left;
white-space: normal;
margin-right: 5px;
}
.info-box > Button
{
margin-right: 10px;
}
.hyperlink-button-container
{
flex-shrink: 0;
padding: 0 10px 0 10px;
}
.hyperlink-button
{
margin: 0;
padding: 4px 0 4px 0;
}
.progress-upload-box
{
margin-top: 10px;
}
.export-and-upload-container, .upload-progress-container
{
flex-direction: row;
}
.export-button
{
flex-grow: 1;
width: 95px;
height: 24px;
margin: 0 5px 0 0;
}
.upload-button
{
flex-grow: 1;
width: 95px;
height: 24px;
margin: 0;
}
.cancel-button
{
width: 95px;
height: 24px;
margin: 0;
}
.upload-progress-bar
{
flex-grow: 1;
flex-shrink: 1;
justify-content: center;
padding: 0;
margin: 0 10px 0 0;
}
.upload-progress-bar > * > .unity-progress-bar__background
{
height: 22px;
}

View File

@@ -0,0 +1,18 @@
fileFormatVersion: 2
guid: 703ea091ed1e85049b6c0e6b94f4aba3
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.3
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Upload/AllPackages/AllPackages_Main.uss
uploadId: 681981

View File

@@ -0,0 +1,7 @@
.bottom-tools-row
{
border-top-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(68, 68, 68);
}

View File

@@ -0,0 +1,18 @@
fileFormatVersion: 2
guid: 42629fa0950d47d4fb25ead7ae74591f
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.3
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Upload/UploadWindow_Dark.uss
uploadId: 681981

View File

@@ -0,0 +1,7 @@
.bottom-tools-row
{
border-top-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(200, 200, 200);
}

View File

@@ -0,0 +1,18 @@
fileFormatVersion: 2
guid: a7a6eb19ec987844280ce30ca2135cca
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.3
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Upload/UploadWindow_Light.uss
uploadId: 681981

View File

@@ -0,0 +1,34 @@
#UploadWindow
{
flex-grow: 1;
overflow: hidden;
}
.bottom-tools-row
{
flex-direction: row;
flex-shrink: 0;
justify-content: space-between;
margin: 0;
}
.toolbar-left-side-container
{
align-self: center;
flex-direction: row;
margin: 3px 0 3px 5px;
}
.toolbar-right-side-container
{
align-self: center;
flex-direction: row;
flex-shrink: 0;
margin: 0;
}
.refresh-button, .logout-button, .ongoing-uploads-button, .all-packages-button
{
min-width: 50px;
}

View File

@@ -0,0 +1,18 @@
fileFormatVersion: 2
guid: fd40f16a3ddafd6438ecc0f5c2017593
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.3
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Upload/UploadWindow_Main.uss
uploadId: 681981