我正在Python 2.7.14上工作,我想使用UnityEngine从Unity运行我的脚本,当我尝试使用pip安装它时:pip install UnityEngine,出现此错误:
`Could not find a version that satisfies the requirement UnityEngine (from versions: )
No matching distribution found for UnityEngine`
我怎样才能解决这个问题?有人可以帮我吗?
PS:在Windows上工作
最佳答案
PyPI处没有UnityEngine(即该软件包不存在,因此无法进行pip安装)。
可能是您需要http://forum.unity3d.com/threads/86461-Python-interpreter-in-Unity或https://github.com/exodrifter/unity-python,但它们不是pip可安装的。