Skip to content

Commit 0ccbd15

Browse files
fix: add missing configuration mappings
1 parent 0b9e4e2 commit 0ccbd15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/UnityRenderer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ export const UnityRenderer: VFC<UnityRendererProps> = ({
132132
companyName: c.companyName,
133133
productName: c.productName,
134134
productVersion: c.productVersion,
135+
memoryUrl: c.memoryUrl,
136+
symbolsUrl: c.symbolsUrl,
135137
},
136138
(p) => onUnityProgress(p)
137139
);

0 commit comments

Comments
 (0)