PythonとUnityを連携する

qiita.com

以下をPackages/manifest.jsonに記述する

{
  "dependencies": {
    (略)
    "com.unity.scripting.python": "5.0.0-pre.5"
  }
}