基本信息
源码名称:Unity3D-Python:在Unityy里使用Python脚本-源码
源码大小:1.82M
文件格式:.zip
开发语言:Python
更新时间:2023-11-06
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 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