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 7174b9e commit 49ba2ebCopy full SHA for 49ba2eb
source/interfaces/IUnityConfig.ts
@@ -14,6 +14,13 @@ export default interface IUnityConfig {
14
*/
15
modules?: Object;
16
17
+ /**
18
+ * The url where the streaming assets can be found. When using a relative url,
19
+ * keep in mind this is relative from the path where your html file is served.
20
+ * @type {string}
21
+ */
22
+ streamingAssetsUrl?: string;
23
+
24
/**
25
* You can default your Unity Version. The library may
26
* contain future patches for specific Unity versions.
0 commit comments