Skip to content

Commit 49ba2eb

Browse files
Added Streaming Assets URL to Unity Config
1 parent 7174b9e commit 49ba2eb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/interfaces/IUnityConfig.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ export default interface IUnityConfig {
1414
*/
1515
modules?: Object;
1616

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+
1724
/**
1825
* You can default your Unity Version. The library may
1926
* contain future patches for specific Unity versions.

0 commit comments

Comments
 (0)