File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ void Start ()
18
18
ICollection < string > searchPaths = engine . GetSearchPaths ( ) ;
19
19
20
20
#if UNITY_STANDALONE_WIN
21
- //Path to the folder of greeter .py
21
+ //Path to the folder of test .py
22
22
searchPaths . Add ( Application . dataPath ) ;
23
23
//Path to the Python standard library
24
24
searchPaths . Add ( Application . dataPath + @"\StreamingAssets" + @"\Lib\" ) ;
@@ -31,7 +31,7 @@ void Start ()
31
31
randomNumber . text = "Random Number: " + test . random_number ( 1 , 5 ) ;
32
32
#endif
33
33
#if UNITY_ANDROID
34
- //Path to the folder of greeter .py
34
+ //Path to the folder of test .py
35
35
searchPaths . Add ( Application . persistentDataPath ) ;
36
36
//Path to the Python standard library
37
37
searchPaths . Add ( Application . persistentDataPath + @"\Lib\" ) ;
You can’t perform that action at this time.
0 commit comments