Skip to content

Commit ade588e

Browse files
Add autoSyncPersistentDataPath to ConfigurableUnityArguments type
1 parent c0c58fe commit ade588e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module/source/types/unity-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ type ConfigurableUnityArguments = Pick<
1919
| "productVersion"
2020
| "webglContextAttributes"
2121
| "cacheControl"
22+
| "autoSyncPersistentDataPath"
2223
>;
2324

2425
/**

0 commit comments

Comments
 (0)