Added gltf support to Asset Processor. THis is a resubmission of #6024. Had issues getting the old branch up to date. (#7583)
Signed-off-by: Mike Cronin <58789750+micronAMZN@users.noreply.github.com>
This commit is contained in:
@@ -93,7 +93,10 @@
|
||||
"Animations/SkeletonList.xml": "i_caf",
|
||||
"cbc": "abc",
|
||||
"fbx.assetinfo": "fbx",
|
||||
"stl.assetinfo": "stl"
|
||||
"stl.assetinfo": "stl",
|
||||
"gltf.assetinfo": "gltf",
|
||||
"glb.assetinfo": "glb"
|
||||
|
||||
},
|
||||
|
||||
// ---- add any folders to scan here. The priority order is the order they appear here
|
||||
|
||||
@@ -8,7 +8,9 @@
|
||||
"SupportedFileTypeExtensions":
|
||||
[
|
||||
".fbx",
|
||||
".stl"
|
||||
".stl",
|
||||
".gltf",
|
||||
".glb"
|
||||
]
|
||||
},
|
||||
"MaterialConverter":
|
||||
|
||||
Reference in New Issue
Block a user