diff --git a/src/app/App.tsx b/src/app/App.tsx
index 5ad1a6d4..28c48457 100644
--- a/src/app/App.tsx
+++ b/src/app/App.tsx
@@ -29293,6 +29293,25 @@ export function App({
+
Material Settings
+
+
+
+
+
+
+
+
+
+
+
+ {MATERIAL_TEXTURE_SLOTS.map((slot) => (
+
+
+
+ {getMaterialTextureSlotLabel(slot)} Map
+
+
+ {getMaterialTextureSlotValueLabel(
+ slot,
+ materialInspectorCustomMaterial,
+ editorState.document.assets
+ )}
+
+
+
+
+
+
+ handleMaterialTextureImportChange(
+ materialInspectorCustomMaterial,
+ slot,
+ event
+ )
+ }
+ />
+
+
+
+ ))}
+
+
+ ) : null}
+