Skip to content

Commit 718638d

Browse files
hinasakazakiGerrit Code Review
authored andcommitted
Merge "Update service doc to enable long paths on Windows"
2 parents 8a9fd50 + 32d8887 commit 718638d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

environments/unity/demos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ to use .NET 4.x or above.
2323
```
2424
1. macOS:
2525
```
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
2727
```
2828
1. Linux:
2929
```
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
3131
```
3232
1. Add the environments/demos/ directory as a project in Unity Hub.
3333
1. Open the Unity project.

service/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Install the following dependencies:
1010
- [pip](https://pip.pypa.io/en/stable/installing/)
1111
- [openssl](https://wiki.openssl.org/index.php/Binaries)
1212

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+
1322
## Set up directories (Optional)
1423

1524
Falken runs on your local file system.

0 commit comments

Comments
 (0)