Browse Source

Remove obsolete information related to the asset library (#3504)

Bojidar Marinov 5 years ago
parent
commit
24fd7104bb

BIN
tutorials/assetlib/img/assetlib_asset.png


+ 3 - 8
tutorials/assetlib/uploading_to_assetlib.rst

@@ -36,11 +36,6 @@ are a few requirements your asset needs to meet to be approved.
 * The license needs to be correct. The license listed on the asset
   library must match the license in the repository.
 
-* Do not set the download commit to "master". The asset library validates
-  all assets with a SHA256 hash, so the version hosted on GitHub needs
-  to be *exactly* the same. Instead of "master", either specify a commit
-  hash, or tag versions and specify a version number.
-
 * Use proper English for the name and description of your asset.
   This includes using correct capitalization, and using full
   sentences in the description.
@@ -121,9 +116,9 @@ is required in the submission form here as well.
     from repository host to repository host, but will likely look similar to
     `https://github.com/<user>/<project>/issues`. You may leave this field empty
     if you use your provider's issue tracker, and it's part of the same repository.
-* **Download Commit/Tag**:
-    The commit or tag of the asset. For example,
-    `b1d3172f89b86e52465a74f63a74ac84c491d3e1` or `v1.0`. The site computes
+* **Download Commit**:
+    The commit of the asset. For example,
+    `b1d3172f89b86e52465a74f63a74ac84c491d3e1`. The site computes
     the actual download URL from this.
 * **Icon URL**:
     The URL to your asset's icon (which will be used as a thumbnail

+ 7 - 9
tutorials/assetlib/using_assetlib.rst

@@ -60,15 +60,13 @@ Now let's take a look at what an asset's page looks like and what it contains.
 1. Asset's thumbnail/icon.
 2. Asset's name.
 3. Current version number of the asset.
-4. Asset's average rating, displayed in stars. (This is currently unimplemented.)
-5. Asset's category, Godot version, and support status.
-6. Asset's original author/submitter.
-7. The license the asset is distributed under.
-8. The date of the asset's latest edit/update.
-9. A textual description of the asset.
-10. Links related to the asset (download link, file list, issue tracker).
-11. A SHA-256 hash of the asset, for download validation purposes.
-12. Images and videos showcasing the asset.
+4. Asset's category, Godot version, and support status.
+5. Asset's original author/submitter.
+6. The license the asset is distributed under.
+7. The date of the asset's latest edit/update.
+8. A textual description of the asset.
+9. Links related to the asset (download link, file list, issue tracker).
+10. Images and videos showcasing the asset.
 
 Registering and logging in
 ~~~~~~~~~~~~~~~~~~~~~~~~~~