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,184 @@
.primary-colors
{
/* Light - lighter */
background-color: rgb(220, 220, 220);
/* Light - middle */
background-color: rgb(200, 200, 200);
/* Light - darker */
background-color: rgb(180, 180, 180);
/* Dark - lighter */
background-color: rgb(78, 78, 78);
/* Dark - middle */
background-color: rgb(68, 68, 68);
/* Dark - darker */
background-color: rgb(58, 58, 58);
/* Border color - light */
border-color: rgb(200, 200, 200);
/* Border color - dark */
border-color: rgb(33, 33, 33);
}
.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);
}
.label-help-row > Image
{
--unity-image: resource("d__Help@2x");
}
.category-menu
{
color: rgb(238, 238, 238);
border-width: 1px;
border-radius: 3px;
border-color: rgb(36, 36, 36);
background-color: rgb(88, 88, 88);
}
.category-menu:hover
{
background-color: rgb(103, 103, 103);
}
.validation-paths-scroll-view
{
border-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(58, 58, 58);
}
.validation-paths-scroll-view > * > .unity-scroll-view__vertical-scroller
{
border-right-width: 0;
}
.path-input-field:hover
{
background-color: rgb(78, 78, 78);
}
.group-expander-box
{
border-width: 0;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}
.group-label
{
color: rgb(255, 255, 255);
-unity-font-style: bold;
}
.group-separator
{
background-color: rgb(104, 104, 104);
}
.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);
}
.expander
{
color: rgb(104, 104, 104);
}
.test-expanded-box
{
background-color: rgb(68, 68, 68);
}
.test-description > .unity-base-field__input
{
border-width: 0;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}
.result-messages-box
{
border-left-width: 2px;
border-color: rgb(33, 33, 33);
background-color: rgb(58, 58, 58);
}
.result-messages-box-pass
{
border-color: rgb(40, 200, 40);
}
.result-messages-box-warning
{
border-color: rgb(200, 140, 40);
}
.result-messages-box-fail
{
border-color: rgb(200, 40, 40);
}
.result-information-button
{
border-width: 0;
border-radius: 0;
background-color: rgba(0, 0, 0, 0);
}
.result-information-button:hover
{
background-color: rgb(78, 78, 78);
}
.result-information-button:active
{
background-color: rgba(0, 0, 0, 0);
}
.message-separator
{
background-color: rgb(68, 68, 68);
}

View File

@@ -0,0 +1,18 @@
fileFormatVersion: 2
guid: 6072b9c171efabd4b9df404b6a14bced
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/Validator/Styles/Validator_Dark.uss
uploadId: 681981

View File

@@ -0,0 +1,189 @@
.primary-colors
{
/* Light - lighter */
background-color: rgb(220, 220, 220);
/* Light - middle */
background-color: rgb(200, 200, 200);
/* Light - darker */
background-color: rgb(180, 180, 180);
/* Dark - lighter */
background-color: rgb(50, 50, 50);
/* Dark - middle */
background-color: rgb(28, 28, 28);
/* Dark - darker */
background-color: rgb(0, 0, 0);
/* Border color - light */
border-color: rgb(200, 200, 200);
/* Border color - dark */
border-color: rgb(33, 33, 33);
}
.root
{
background-color: rgb(198, 198, 198);
}
.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);
}
.label-help-row > Image
{
--unity-image: resource("_Help@2x");
}
.category-menu
{
color: rgb(9, 9, 9);
border-width: 1px;
border-radius: 3px;
border-color: rgb(178, 178, 178);
background-color: rgb(228, 228, 228);
}
.category-menu:hover
{
background-color: rgb(236, 236, 236);
}
.validation-paths-scroll-view
{
border-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(180, 180, 180);
}
.validation-paths-scroll-view > * > .unity-scroll-view__vertical-scroller
{
border-right-width: 0;
}
.path-input-field:hover
{
background-color: rgb(200, 200, 200);
}
.group-expander-box
{
border-width: 0;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}
.group-label
{
color: rgb(48, 48, 48);
-unity-font-style: bold;
}
.group-separator
{
background-color: rgb(77, 77, 77);
}
.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);
}
.test-expanded-box
{
background-color: rgb(212, 212, 212);
}
.expander
{
color: rgb(77, 77, 77);
}
.test-description > .unity-base-field__input
{
border-width: 0;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}
.result-messages-box
{
border-left-width: 2px;
border-color: rgb(33, 33, 33);
background-color: rgb(198, 198, 198);
}
.result-messages-box-pass
{
border-color: rgb(40, 200, 40);
}
.result-messages-box-warning
{
border-color: rgb(200, 140, 40);
}
.result-messages-box-fail
{
border-color: rgb(200, 40, 40);
}
.result-information-button
{
border-width: 0;
border-radius: 0;
background-color: rgba(0, 0, 0, 0);
}
.result-information-button:hover
{
background-color: rgb(212, 212, 212);
}
.result-information-button:active
{
background-color: rgba(0, 0, 0, 0);
}
.message-separator
{
background-color: rgb(212, 212, 212);
}

View File

@@ -0,0 +1,18 @@
fileFormatVersion: 2
guid: 3aabcb23e4d233d4cb06467692556b1c
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/Validator/Styles/Validator_Light.uss
uploadId: 681981

View File

@@ -0,0 +1,384 @@
.validation-info-box
{
flex-direction: column;
flex-shrink: 0;
margin: 10px 5px 2px 5px;
padding: 2px 4px;
}
.hyperlink-button
{
margin: 0;
padding: 0;
align-self: flex-start;
}
.selection-box-column
{
flex-direction: column;
flex-grow: 1;
}
.selection-box-row
{
flex-direction: row;
flex-grow: 1;
margin-top: 10px;
padding: 0 3px 0 2px;
}
.label-help-row
{
flex-direction: row;
flex-shrink: 1;
flex-grow: 0;
align-self: center;
align-items: center;
justify-content: flex-start;
width: 120px;
}
.label-help-row > Label
{
-unity-font-style: bold;
}
.label-help-row > Image
{
height: 16px;
width: 16px;
}
.category-menu
{
flex-grow: 1;
flex-shrink: 1;
align-self: stretch;
margin-right: 0;
margin-left: 3px;
padding: 1px 4px;
}
.validation-paths-box
{
flex-grow: 1;
flex-direction: column;
}
.validation-paths-scroll-view
{
flex-grow: 1;
height: 100px;
margin-left: 3px;
}
.validation-paths-scroll-view > .unity-scroll-view__content-viewport
{
margin-left: 1px;
}
.validation-paths-scroll-view > * > .unity-scroll-view__content-container
{
padding: 0 0 0 0;
}
.validation-paths-scroll-view > * > .unity-scroll-view__vertical-scroller
{
margin: -1px 0;
}
.validation-path-row
{
flex-direction: row;
flex-grow: 1;
margin-top: 2px;
padding: 0 5px 0 2px;
}
.path-input-field
{
flex-grow: 1;
flex-shrink: 1;
padding-left: 5px;
white-space: normal;
-unity-text-align: middle-left;
}
.validation-path-remove-button
{
width: 20px;
height: 20px;
margin-left: 2px;
margin-right: 1px;
padding: 1px 0 0 0;
}
.validation-paths-scroll-view-bottom-row
{
flex-direction: row-reverse;
margin: -1px 0 0 3px;
}
.validation-path-add-button
{
margin: 3px 0 0 0;
align-self: center;
}
.validator-description
{
white-space: normal;
margin-bottom: 10px;
}
.tests-scroll-view
{
flex-grow: 1;
flex-shrink: 1;
}
.tests-scroll-view > .unity-scroll-view__content-viewport
{
margin-left: 1px;
}
.tests-scroll-view > .unity-scroll-view__content-viewport > *
{
padding-bottom: 5px;
}
.tests-group
{
display: none;
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-image
{
flex-shrink: 0;
flex-grow: 0;
width: 17px;
height: 17px;
margin: 0 7px 0 2px;
}
.group-label
{
font-size: 14px;
}
.group-info-box
{
margin: 5px;
}
.group-content-box
{
margin: -2px -2px -2px -2px;
}
.group-separator
{
height: 2px;
margin: 5px 15px;
}
.result-messages-box
{
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
margin: 10px 0 5px 0;
padding: 0 3px 3px 3px;
}
.information-box
{
flex-basis: auto;
flex-direction: column;
margin-top: 3px;
}
.result-information-button
{
align-self: stretch;
-unity-font-style: normal;
-unity-text-align: middle-left;
margin: 0;
}
.test-reason-desc
{
white-space: normal;
}
.path-box
{
flex-direction: row;
flex-shrink: 0;
margin-bottom: 10px;
padding: 0;
}
.path-box > TextField
{
flex-grow: 1;
flex-shrink: 1;
-unity-font-style: bold;
}
.path-box > TextField > Label
{
min-width: auto;
padding-left: 0;
}
.path-box > TextField > TextInput
{
-unity-font-style: normal;
margin-left: 5px;
}
.path-box > Button
{
align-self: flex-end;
margin-left: 5px;
}
.full-test-box
{
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
padding: 2px 0;
}
.foldout-box
{
flex-direction: row;
flex-grow: 1;
flex-shrink: 1;
align-items: center;
justify-content: space-between;
min-width: 200px;
min-height: 35px;
margin: 0;
padding: 5px 10px;
}
.foldout-box > * > .expander
{
font-size: 11px;
}
.expander-label-row
{
flex-direction: row;
flex-grow: 1;
}
.test-label
{
flex-grow: 1;
flex-shrink: 1;
-unity-text-align: middle-left;
-unity-font-style: bold;
white-space: normal;
}
.expander
{
align-self: center;
width: 30px;
height: 30px;
margin: 0;
padding: 0;
}
.test-expanded-box
{
flex-grow: 1;
flex-shrink: 0;
margin: 0;
padding: 5px 30px;
}
.test-result-image
{
flex-shrink: 0;
width: 14px;
height: 14px;
margin: 0 10px;
}
.test-description
{
white-space: normal;
}
.run-all-button
{
align-self: stretch;
height: 25px;
margin-left: 2px;
}
.message-separator
{
height: 3px;
margin: 5px -3px 0 -3px;
}

View File

@@ -0,0 +1,18 @@
fileFormatVersion: 2
guid: cd5d36e7e8fb8014fa998bc5cb2816f4
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/Validator/Styles/Validator_Main.uss
uploadId: 681981