嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Unity3D-Python:在Unityy里使用Python脚本-源码
Unity3D-Python编辑器 在unity3d里使用python unity版本5.6.1 注意 我这是用@cesardeazevedo那里弄到的,然后我精简了一下,现在只需要放置一下就可以用了。操作如下:在游戏物体上绑定PyRun.cs在PyRun.cs上绑定Py...
.
├── Unity3D-Python-master
│ ├── Assets
│ │ ├── Scenes
│ │ │ └── Test.unity
│ │ ├── Script
│ │ │ ├── PyRun.cs
│ │ │ ├── interpreter
│ │ │ │ ├── ErrorHandle.cs
│ │ │ │ └── Interpreter.cs
│ │ │ └── python
│ │ │ ├── Test.py
│ │ │ └── Test1.py
│ │ └── dll
│ │ ├── IronPython.Modules.dll
│ │ ├── IronPython.SQLite.dll
│ │ ├── IronPython.dll
│ │ ├── Microsoft.Dynamic.dll
│ │ ├── Microsoft.Scripting.AspNet.dll
│ │ ├── Microsoft.Scripting.Core.dll
│ │ └── Microsoft.Scripting.dll
│ ├── LICENSE
│ ├── ProjectSettings
│ │ ├── AudioManager.asset
│ │ ├── ClusterInputManager.asset
│ │ ├── DynamicsManager.asset
│ │ ├── EditorBuildSettings.asset
│ │ ├── EditorSettings.asset
│ │ ├── GraphicsSettings.asset
│ │ ├── InputManager.asset
│ │ ├── NavMeshAreas.asset
│ │ ├── NavMeshLayers.asset
│ │ ├── NetworkManager.asset
│ │ ├── Physics2DSettings.asset
│ │ ├── ProjectSettings.asset
│ │ ├── ProjectVersion.txt
│ │ ├── QualitySettings.asset
│ │ ├── TagManager.asset
│ │ ├── TimeManager.asset
│ │ └── UnityConnectSettings.asset
│ └── README.md
└── Unity3D-Python:在Unityy里使用Python脚本-源码_Unity3D-Python-master.zip
8 directories, 33 files