Paul Bird
commited on
Commit
·
2b50304
1
Parent(s):
357d46f
Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ Example source code to run this model can be found at: [Source Code](https://git
|
|
11 |
|
12 |
To use *.sentis precompiled file, place the file in the Assets/StreamingAssets folder. And replace the loading code with:
|
13 |
```
|
14 |
-
Model model = ModelLoader.Load("Othello.sentis");
|
15 |
```
|
16 |
|
17 |

|
|
|
11 |
|
12 |
To use *.sentis precompiled file, place the file in the Assets/StreamingAssets folder. And replace the loading code with:
|
13 |
```
|
14 |
+
Model model = ModelLoader.Load(Application.streamingAssetsPath +"/Othello.sentis");
|
15 |
```
|
16 |
|
17 |

|