This repository was archived by the owner on Mar 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ code in Unity.
66Special thanks to the developers of IronPython who developed the open-source
77integration of Python and .NET, which this plugin uses.
88
9- Thanks to Steve Theodore of the [ Tech Art Survival Guide] ( http://techartsurvival.blogspot.com/2013/12/embedding-ironpython-in-unity-tech-art.html )
10- who provided many instructions and examples.
9+ Thanks to Steve Theodore of the [ Tech Art Survival Guide] [ ] who provided many
10+ instructions and examples.
1111
1212
1313Setup
1414=====
1515Place the source of this project within a "Plugins" folder. For convenience,
16- you can use the latest ` .unitypackage ` release from the [ releases]
17- ( https://github.com/exodrifter/unity-python/releases ) page to do this.
16+ you can use the latest ` .unitypackage ` release from the [ releases] [ ] page to
17+ do this.
1818
1919Then, go to ` Edit > Project Settings > Player > Optimization ` and select the
2020` .NET 2.0 ` option for Api Compatability Level. If you do not take this step,
@@ -50,3 +50,6 @@ An example is provided below. More examples can be found in the
5050 Debug.Log(scope.GetVariable<string>("str"));
5151 }
5252 }
53+
54+ [ Tech Art Survival Guide ] : http://techartsurvival.blogspot.com/2013/12/embedding-ironpython-in-unity-tech-art.html
55+ [ releases ] : https://github.com/exodrifter/unity-python/releases
You can’t perform that action at this time.
0 commit comments