com.unity.scripting.python 4.0.0-exp.5

com.unity.scripting.python

Notes: processedReleased March 29, 2021

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

Package Dependencies

No dependency metadata provided.

🔄 Changes

  • This is the first public release of Python for Unity since the 2.0.1-preview.2 release.
  • It incorporates a large number of changes you can see below for intermediate versions released in limited alpha distribution. In summary from the last public version:
  • MAJOR CHANGES from 2.0.1-preview.2:
  • Based on Python 3.7; scripts based on Python 2.7 will need to be ported.
  • Users no longer need to install Python on their system.
  • In-process Python is no longer reinitialized when the Unity domain reloads.
  • Removed the Out-of-process API. The PySide example now runs in-process and is much simpler.
  • Limited support for a virtual environment workflow via the `ProjectSettings/requirements.txt` file.
  • Many bug fixes.