diff --git a/Registry/AssetProcessorPlatformConfig.setreg b/Registry/AssetProcessorPlatformConfig.setreg index 87133ba34b..ba1c696054 100644 --- a/Registry/AssetProcessorPlatformConfig.setreg +++ b/Registry/AssetProcessorPlatformConfig.setreg @@ -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 diff --git a/Registry/sceneassetimporter.setreg b/Registry/sceneassetimporter.setreg index ea88dc90c2..ea0259a259 100644 --- a/Registry/sceneassetimporter.setreg +++ b/Registry/sceneassetimporter.setreg @@ -8,7 +8,9 @@ "SupportedFileTypeExtensions": [ ".fbx", - ".stl" + ".stl", + ".gltf", + ".glb" ] }, "MaterialConverter":