We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d199828 commit 79599abCopy full SHA for 79599ab
README.md
@@ -13,9 +13,6 @@ Place the source of this project anywhere in the "Assets" folder. For
13
convenience, you can use the latest `.unitypackage` release from the
14
[releases][] page to do this.
15
16
-Then, go to `Edit > Project Settings > Player > Other Settings > Configuration`
17
-and change Scripting Runtime Version to "Experimental (.NET 4.6 Equivalent)".
18
-
19
20
Usage
21
=====
@@ -40,5 +37,6 @@ An example is provided below. More examples can be found in the
40
37
Debug.Log(scope.GetVariable<string>("str"));
41
38
}
42
39
43
+
44
[releases]: https://github.com/exodrifter/unity-python/releases
0 commit comments