You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
984 B
JSON
39 lines
984 B
JSON
{
|
|
"template_name": "AssetGem",
|
|
"template_restricted_platform_relative_path": "Templates/AssetGem",
|
|
"origin": "Open 3D Engine - o3de.org",
|
|
"origin_url": "https://github.com/o3de/o3de",
|
|
"license": "Apache-2.0 or MIT",
|
|
"license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
|
|
"display_name": "Asset Gem Template",
|
|
"summary": "Use this gem template to create the minimal gem needed for adding asset(s).",
|
|
"canonical_tags": [
|
|
"Template",
|
|
"Gem",
|
|
"Asset"
|
|
],
|
|
"user_tags": [
|
|
"AssetGem"
|
|
],
|
|
"icon_path": "preview.png",
|
|
"copyFiles": [
|
|
{
|
|
"file": "CMakeLists.txt",
|
|
"isTemplated": true
|
|
},
|
|
{
|
|
"file": "gem.json",
|
|
"isTemplated": true
|
|
},
|
|
{
|
|
"file": "preview.png",
|
|
"isTemplated": false
|
|
}
|
|
],
|
|
"createDirectories": [
|
|
{
|
|
"dir": "Assets"
|
|
}
|
|
]
|
|
}
|