remove textdecal submodule
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user