Ver código fonte

Merge pull request #35 from aws-lumberyard-dev/ProjectManager_RemoteTemplate_Updates

Small Fixes for Work With Project Manager Remote Templates
Gene Walters 3 anos atrás
pai
commit
aa35410e2b
2 arquivos alterados com 5 adições e 6 exclusões
  1. 3 4
      Templates/Multiplayer/template.json
  2. 2 2
      repo.json

+ 3 - 4
Templates/Multiplayer/template.json

@@ -1,14 +1,13 @@
 {
 {
     "template_name": "Multiplayer",
     "template_name": "Multiplayer",
-    "origin": "The primary repo for Multiplayer goes here: i.e. http://www.mydomain.com",
-    "origin_url": "https://github.com/o3de/o3de-extras",
+    "origin": "Open 3D Engine - o3de.org",
     "origin_uri": "https://github.com/o3de/o3de-extras/releases/download/1.0/Template_Multiplayer.zip",
     "origin_uri": "https://github.com/o3de/o3de-extras/releases/download/1.0/Template_Multiplayer.zip",
-    "sha256": "CDBB2AF158BDDFBF7801413DAEB37A509930574C8654815EF2E3E5020359D4DF",
+    "sha256": "7D109D091982340A76F76CFAD5205BC88FE387ED343888B95ED3C288F639DA66",
     "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
     "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
     "license": "https://opensource.org/licenses/MIT",
     "license": "https://opensource.org/licenses/MIT",
     "display_name": "Multiplayer",
     "display_name": "Multiplayer",
     "summary": "A multiplayer project template. Includes a built in network 3rd person player, player spawner, and network filtering example.",
     "summary": "A multiplayer project template. Includes a built in network 3rd person player, player spawner, and network filtering example.",
-    "canonical_tags": [],
+    "canonical_tags": ["Template", "Networking"],
     "user_tags": [
     "user_tags": [
         "Multiplayer"
         "Multiplayer"
     ],
     ],

+ 2 - 2
repo.json

@@ -6,6 +6,6 @@
     "additional_info": "See the README.md at the root of this repository for more information",
     "additional_info": "See the README.md at the root of this repository for more information",
     "last_updated": "2022-09-27",
     "last_updated": "2022-09-27",
     "templates": [
     "templates": [
-        "https://raw.githubusercontent.com/o3de/o3de-extras/development/Templates/Multiplayer"
+        "https://github.com/o3de/o3de-extras.git/Templates/Multiplayer"
     ]
     ]
-}
+}