We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9e4e2 commit 0ccbd15Copy full SHA for 0ccbd15
src/components/UnityRenderer.tsx
@@ -132,6 +132,8 @@ export const UnityRenderer: VFC<UnityRendererProps> = ({
132
companyName: c.companyName,
133
productName: c.productName,
134
productVersion: c.productVersion,
135
+ memoryUrl: c.memoryUrl,
136
+ symbolsUrl: c.symbolsUrl,
137
},
138
(p) => onUnityProgress(p)
139
);
0 commit comments