All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add a package.json file so this repository be imported in Unity using the package manager window.
- Updated IronPython to 2.7.10
- Fix error output being redirected to
Debug.Log
instead ofDebug.LogError
- IronPython output is now redirected to the Unity console
- Fix problem where not all types in the
UnityEngine
namespace could be imported
- Added a missing DLL
Microsoft.Scripting.Metadata
that is required to build
- Updated IronPython to 2.7.9
- Added options parameter to
UnityPython.CreateEngine
- Updated IronPython to 2.7.8
- Updated IronPython to 2.7.7
0.0.0 - 2015-10-17
Initial support for Python in Unity3D with IronPython 2.6.2.