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 559c0ce commit 4a26bffCopy full SHA for 4a26bff
module/source/hooks/use-unity-arguments.ts
@@ -18,7 +18,7 @@ const useUnityArguments = (unityProps: UnityProps): UnityArguments => {
18
codeUrl: unityProps.unityProvider.unityConfig.codeUrl,
19
20
// Assigns the optional streaming assets URL, memory URL, symbols URL,
21
- // and worker URL to the Unity arguments object
+ // and worker URL to the Unity arguments object.
22
streamingAssetsUrl:
23
unityProps.unityProvider.unityConfig.streamingAssetsUrl,
24
memoryUrl: unityProps.unityProvider.unityConfig.memoryUrl,
0 commit comments