Skip to content

Commit 79599ab

Browse files
committed
Update Setup in README
The requirement to change scripting runtime version to .NET 4.X is not neccessary since the DLLs provided work in .NET 2.X.
1 parent d199828 commit 79599ab

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ Place the source of this project anywhere in the "Assets" folder. For
1313
convenience, you can use the latest `.unitypackage` release from the
1414
[releases][] page to do this.
1515

16-
Then, go to `Edit > Project Settings > Player > Other Settings > Configuration`
17-
and change Scripting Runtime Version to "Experimental (.NET 4.6 Equivalent)".
18-
1916

2017
Usage
2118
=====
@@ -40,5 +37,6 @@ An example is provided below. More examples can be found in the
4037
Debug.Log(scope.GetVariable<string>("str"));
4138
}
4239
}
43-
40+
41+
4442
[releases]: https://github.com/exodrifter/unity-python/releases

0 commit comments

Comments
 (0)