diff --git a/src/app/App.tsx b/src/app/App.tsx
index 205cddc0..557efb9a 100644
--- a/src/app/App.tsx
+++ b/src/app/App.tsx
@@ -9667,6 +9667,94 @@ export function App({ store, initialStatusMessage }: AppProps) {
/>
+
+
Night Background Image
+
+ {editorState.projectDocument.time.nightBackground.assetId ===
+ null ? (
+ imageAssetList.length === 0 ? (
+
+ Import an image asset to author a dedicated night sky image.
+
+ ) : (
+
+ Night falls back to the blended dawn/dusk/night sky colors until an image is selected.
+
+ )
+ ) : (
+ <>
+
+
+ {editorState.document.assets[
+ editorState.projectDocument.time.nightBackground
+ .assetId
+ ]?.sourceName ??
+ editorState.projectDocument.time.nightBackground
+ .assetId}
+
+ >
+ )}
+
Dawn, dusk, and night profiles blend over each scene's authored World settings whenever the scene enables global time influence.