File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ to use .NET 4.x or above.
23
23
```
24
24
1 . macOS:
25
25
```
26
- cp service/tools/falken_config.json environments/unity/demos/Assets/ StreamingAssets/falken_config.json
26
+ cp service/tools/falken_config.json environments/unity/demos/Assets/StreamingAssets/falken_config.json
27
27
```
28
28
1 . Linux:
29
29
```
30
- cp service/tools/falken_config.json environments/unity/demos/Assets/ StreamingAssets/falken_config.json
30
+ cp service/tools/falken_config.json environments/unity/demos/Assets/StreamingAssets/falken_config.json
31
31
```
32
32
1 . Add the environments/demos/ directory as a project in Unity Hub.
33
33
1 . Open the Unity project.
Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ Install the following dependencies:
10
10
- [ pip] ( https://pip.pypa.io/en/stable/installing/ )
11
11
- [ openssl] ( https://wiki.openssl.org/index.php/Binaries )
12
12
13
+ ## Windows-Only: Enable long file paths
14
+
15
+ Falken creates and uses long file paths, so make sure to allow paths above
16
+ the 260 character path limit by editing the registry:
17
+
18
+ 1 . From the Windows start menu, open the Registry Editor (regedit).
19
+ 1 . Navigate to ` HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem ` .
20
+ 1 . Change the value of ` LongPathsEnabled ` to ` 1 ` .
21
+
13
22
## Set up directories (Optional)
14
23
15
24
Falken runs on your local file system.
You can’t perform that action at this time.
0 commit comments