remove textdecal submodule

This commit is contained in:
Kirill Chikalin
2024-12-06 09:00:35 +03:00
parent c2aa51ee41
commit 4cfde114bc
188 changed files with 493 additions and 441 deletions

View File

@@ -5,6 +5,6 @@ AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.3
packageVersion: 11.4.4
assetPath: Packages/com.unity.asset-store-tools/Editor/Validator/Scripts/UI Elements/AutomatedTestElement.cs
uploadId: 681981
uploadId: 712972

View File

@@ -5,6 +5,6 @@ AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.3
packageVersion: 11.4.4
assetPath: Packages/com.unity.asset-store-tools/Editor/Validator/Scripts/UI Elements/AutomatedTestsGroup.cs
uploadId: 681981
uploadId: 712972

View File

@@ -5,6 +5,6 @@ AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.3
packageVersion: 11.4.4
assetPath: Packages/com.unity.asset-store-tools/Editor/Validator/Scripts/UI Elements/AutomatedTestsGroupElement.cs
uploadId: 681981
uploadId: 712972

View File

@@ -13,6 +13,6 @@ AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.3
packageVersion: 11.4.4
assetPath: Packages/com.unity.asset-store-tools/Editor/Validator/Scripts/UI Elements/PathBoxElement.cs
uploadId: 681981
uploadId: 712972

View File

@@ -16,11 +16,14 @@ namespace AssetStoreTools.Validator.UIElements
private void ConstructInformationElement()
{
AddToClassList("validation-info-box");
var descriptionFoldout = new Foldout() { value = true, text = "Validate your package to ensure your content follows the chosen submission guidelines." };
descriptionFoldout.AddToClassList("validation-info-foldout");
descriptionFoldout.viewDataKey = "description-foldout";
var validatorDescription = new Label
{
text = "Validate your package to ensure your content follows the chosen submission guidelines. " +
"The validations below do not cover all of the content standards, and passing all validations does not " +
text = "The validations below do not cover all of the content standards, and passing all validations does not " +
"guarantee that your package will be accepted to the Asset Store.\n\n" +
"The tests are not obligatory for submitting your assets, but they can help avoid instant rejection by the " +
"automated vetting system, or clarify reasons of rejection communicated by the vetting team.\n\n" +
@@ -44,9 +47,10 @@ namespace AssetStoreTools.Validator.UIElements
supportTicketButton.AddToClassList("hyperlink-button");
Add(validatorDescription);
Add(submissionGuidelinesButton);
Add(supportTicketButton);
descriptionFoldout.Add(validatorDescription);
descriptionFoldout.Add(submissionGuidelinesButton);
descriptionFoldout.Add(supportTicketButton);
Add(descriptionFoldout);
}
private void OpenURL(string url)

View File

@@ -5,6 +5,6 @@ AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.3
packageVersion: 11.4.4
assetPath: Packages/com.unity.asset-store-tools/Editor/Validator/Scripts/UI Elements/ValidationInfoElement.cs
uploadId: 681981
uploadId: 712972