Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit cb593ca

Browse files
authored
Fix README.md formatting
1 parent 2e0bc68 commit cb593ca

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ code in Unity.
66
Special thanks to the developers of IronPython who developed the open-source
77
integration 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

1313
Setup
1414
=====
1515
Place 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

1919
Then, 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

0 commit comments

Comments
 (0)