UnityEditorunity随笔-生活工作点滴

[Unity 3d] uDllExporter (Dll导出工具

2019-07-10  本文已影响15人  雨落随风

GitHub 上的工程多如繁星,有些好的仓库,但凡不经意间错过了就很难找回,故稍作采撷,希望能帮助到有心人。
本文集以一个小的功能点为单位行文,也便于拾取罢!

简介:

笔者今天推荐的仓库叫 uDllExporter - Dll导出工具。
这是一个支持在unity 编辑器中 编译并导出 DLL的 工具。

功能:

使用:

  1. Open uDllExporter window from Window > uDllExporter.
    通过 Window → uDllExpoter 打开导出器
  2. Select sources or directories which you want to includes into your DLL from Project window.
    选择并添加你想包含的脚本和文件路径
  3. Input Output Directory Path and Output DLL Name.
    选择输出文件夹和Dll名称
  4. Select DLLs which you want add as references from * DLLs select boxes.
    通过Dll选择窗选择引用的 DLL
  5. Press Build DLL button.
    点击 Build

演示:

链接:

hecomi/uDllExporter: Tool to build DLLs in Unity.

结语:

感觉为啥人家脑洞就辣么大,他把人家IDE置于何地??

扩展阅读:

Unity 上で DLL(マネージドプラグイン)をビルドするエディタ拡張を作ってみた - 凹みTips
利用Unity3D 打包dll工具箱,只需一步~ - 简书
本文集持续更新ing,喜欢记得点赞关注哦!

上一篇 下一篇

猜你喜欢

热点阅读