Skip to content

Latest commit

 

History

History
76 lines (46 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

76 lines (46 loc) · 1.75 KB

Change Log

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.

Added

  • Add a package.json file so this repository be imported in Unity using the package manager window.

Changed

  • Updated IronPython to 2.7.10

Fixed

  • Fix error output being redirected to Debug.Log instead of Debug.LogError

Added

  • IronPython output is now redirected to the Unity console

Fixed

  • Fix problem where not all types in the UnityEngine namespace could be imported

Fixed

  • Added a missing DLL Microsoft.Scripting.Metadata that is required to build

Changed

  • Updated IronPython to 2.7.9

Added

  • Added options parameter to UnityPython.CreateEngine

Changed

  • Updated IronPython to 2.7.8

Changed

  • Updated IronPython to 2.7.7

0.0.0 - 2015-10-17

Initial support for Python in Unity3D with IronPython 2.6.2.