Paul Bird commited on
Commit
2b50304
·
1 Parent(s): 357d46f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ![preview](othello-preview.png)
 
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
  ![preview](othello-preview.png)