Initial commit

This commit is contained in:
alexpete
2021-03-05 11:26:34 -08:00
commit a10351f38d
27091 changed files with 5521199 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"GemFormatVersion": 3,
"Uuid": "ad082dd50c6545849729e9afeaaeaa1d",
"Name": "CustomAssetExample",
"DisplayName": "CustomAssetExample",
"Version": "0.1.0",
"Summary": "Contians example code for creating a custom asset in Lumberyard's asset pipeline",
"Tags": ["Assets, Example"],
"LinkType": "Dynamic",
"IconPath": "preview.png",
"EditorModule": true,
"Modules": [
{
"Name": "Editor",
"Type": "EditorModule"
}
]
}